1
0
mirror of https://github.com/harness/drone.git synced 2022-03-12 19:30:52 +03:00

fixing a small typo in the compose readme. (#3077)

* fixing a small typo in the compose readme. ClientId is repeated, should be client secret
This commit is contained in:
Eoin McAfee
2021-05-04 10:59:47 +01:00
committed by GitHub
parent ca45459402
commit 0d95c459da

View File

@@ -43,7 +43,7 @@ Forwarding http://c834c33asdde.ngrok.io -> http://localhost:8080
``` bash
DRONE_SERVER_PROXY_HOST=${DRONE_SERVER_PROXY_HOST} # taken from Ngrok
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET} # taken from your Github oauth application
```
NB for `DRONE_SERVER_PROXY_HOST` do not include http/https.