File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments