forked from tenbergen/CPRTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
23 lines (20 loc) · 720 Bytes
/
env.example
File metadata and controls
23 lines (20 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# The domain to be used. Include the protocol and optionally, the port to be used.
URL=https://example.com:8443
# Google OAuth2 credentials. Match those with your OAuth2 credentials at https://console.cloud.google.com/apis/
CLIENT_ID=
CLIENT_SECRET=
# Database name, root username, and root password to be initialized in Docker container.
MONGO_INITDB_DATABASE=cpr
MONGO_INITDB_ROOT_USERNAME=
MONGO_INITDB_ROOT_PASSWORD=
# Database authentication credentials.
MONGO_HOSTNAME=
MONGO_PORT=27037
MONGO2_PORT=27038
MONGO3_PORT=27039
MONGO4_PORT=27040
MONGO5_PORT=27041
MONGO_USERNAME=
MONGO_PASSWORD=
# This one should be the same as MONGO_INITDB_DATABASE unless you intend to use a different database.
MONGO_DATABASE=cpr