forked from ResearchYou/ss-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
27 lines (20 loc) · 787 Bytes
/
Copy pathexample.env
File metadata and controls
27 lines (20 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### Copy/rename this file as ".env"
### Modify its contents (especially usernames/passwords) as needed
# These must match those set in ./server/.env
MONGO_INITDB_ROOT_USERNAME=your-mongo-username # MongoDB Username
MONGO_INITDB_ROOT_PASSWORD=your-mongo-secret-password # MongoDB Password
JWT_SECRET=your-jwt-secret # JWT Secret
### Keycloak admin
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=admin
### Keycloak DB
KC_DB_NAME=keycloak
KC_DB_USERNAME=keycloak
KC_DB_PASSWORD=change-me-in-prod
### Optional: for S3
# AWS_ACCESS_KEY=local-aws-access
# AWS_SECRET_KEY=local-aws-secret
# AWS_REGION=us-east-1
# S3_BUCKET_NAME=local-bucket
### The outbount IP of this machine (i.e. after exiting the Docker internal network - leave empty/commented to auto-detect)
# MQTT_HOST_IP=