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
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ Configuration for the notification server is at `config/default.js`.
13
13
The following parameters can be set in config files or in env variables:
14
14
- LOG_LEVEL: the log level
15
15
- PORT: the notification server port
16
-
- authSecret: TC auth secret
17
-
- authDomain: TC auth domain
18
-
- validIssuers: TC auth valid issuers
16
+
- AUTH_SECRET: TC auth secret
17
+
- VALID_ISSUERS: TC auth valid issuers
19
18
- jwksUri: TC auth JWKS URI
20
19
- DATABASE_URL: URI to PostgreSQL database
21
20
- DATABASE_OPTIONS: database connection options
@@ -84,9 +83,8 @@ In case it expires, you may get a new token in this way:
84
83
85
84
## Local deployment
86
85
- for local development environment you can set variables as following:
87
-
-`authSecret`, `authDomain`, `validIssuers` can get from [tc-project-service config](https://github.com/topcoder-platform/tc-project-service/blob/dev/config/default.json)
86
+
-`AUTH_SECRET`,`VALID_ISSUERS` can get from [tc-project-service config](https://github.com/topcoder-platform/tc-project-service/blob/dev/config/default.json)
88
87
-`PORT=4000` because **connect-app** call this port by default
89
-
-`jwksUri` - any
90
88
-`KAFKA_TOPIC_IGNORE_PREFIX=joan-26673.` (with point at the end)
0 commit comments