You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Supports using '[skip ci]' in your commit message to skip commits triggering a job.
@@ -13,24 +13,48 @@ Note: Supports using '[skip ci]' in your commit message to skip commits triggeri
13
13
14
14
If you are running on `localhost:3000` the default settings should work just fine.
15
15
16
-
### Use custom hostname and port
16
+
### Environment Variables
17
17
18
-
To use a custom hostname and port:
18
+
**`SERVER_NAME`** The url of your strider server. Defaults to `http://localhost:3000`.
19
19
20
-
- set this environment variables with you hosname/port information
20
+
The following variables only need to be overridden if you are using github enterprise. See 'Enterprise Setup' below.
21
21
22
-
```
23
-
PORT=9999
24
-
SERVER_NAME="http://your.strider.hostname:9999"
25
-
PLUGIN_GITHUB_APP_ID="hereComesTheId"
26
-
PLUGIN_GITHUB_APP_SECRET="theSecretFromGithub"
27
-
```
22
+
**`PLUGIN_GITHUB_APP_ID`** Defaults to client ID of Strider-CD Github App
28
23
29
-
- register your own github app [here](https://github.com/settings/applications/new) and set authentication URL your server's hostname:port + `/auth/github/callback`, for example:
24
+
**`PLUGIN_GITHUB_APP_SECRET`** Defaults to client secret of Strider-CD Github App
0 commit comments