Implement database connection
This commit is contained in:
5
db/secret.env.example
Normal file
5
db/secret.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
MONGO_INITDB_ROOT_USERNAME="user"
|
||||
MONGO_INITDB_ROOT_PASSWORD="pass"
|
||||
ME_CONFIG_MONGODB_ADMINUSERNAME="user"
|
||||
ME_CONFIG_MONGODB_ADMINPASSWORD="pass"
|
||||
ME_CONFIG_MONGODB_URL="mongodb://user:pass@mongo:27017/"
|
||||
Reference in New Issue
Block a user