Skip to content

Commit 79f9414

Browse files
this commit introduces the “.env.example” file to serve as an example for configuring environment variables.
1 parent 7a13c95 commit 79f9414

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.env.example

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# the variables found here are not real and must be replaced
2+
# copy this file to .env and replace the values with your own configuration
3+
4+
# environment variables for mongo database initialization
5+
6+
MONGO_INITDB_ROOT_USERNAME=admin
7+
MONGO_INITDB_ROOT_PASSWORD=admin
8+
9+
# environment variables for comanda application
10+
11+
COMANDA_MONGO_CONNECTIONSTRING=mongodb://admin:admin@localhost:27017/comanda?authSource=admin
12+
COMANDA_MONGO_DATABASENAME=comanda
13+
14+
COMANDA_FEDERATION_BASEURL=http://localhost:8080
15+
COMANDA_FEDERATION_REALM=comanda
16+
COMANDA_FEDERATION_CLIENTID=client-identifier
17+
COMANDA_FEDERATION_CLIENTSECRET=client-secret
18+
19+
COMANDA_STRIPE_SECRET=sk_test_BXyhfmo9VUvPWklkMIL00WGLhfOca
20+
21+
# environment variables for federation gateway
22+
23+
COMANDA_ADMIN_USERNAME=admin
24+
COMANDA_ADMIN_PASSWORD=admin
25+
26+
# environment variables for observability
27+
28+
SEQ_FIRSTRUN_ADMINPASSWORD=admin
29+
SEQ_SERVERURL=http://comanda.infrastructure.seq:5341
30+
SENTRY_DSN=https://1c48643@o4510793770729472.ingest.us.sentry.io/451079664

0 commit comments

Comments
 (0)