This commit is contained in:
Erik 2023-02-06 14:14:15 +02:00
parent 796c0e1226
commit 3985571a96
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -13,6 +13,13 @@ MONGO_PASS=
MONGO_DB=framework-proto MONGO_DB=framework-proto
MONGO_AUTH_DB=auth MONGO_AUTH_DB=auth
# temp while figuring out a better solution for non-memory mongo cache
MONGO_MEMORY_HOST=localhost
MONGO_MEMORY_PORT=27018
MONGO_MEMORY_USER=
MONGO_MEMORY_PASS=
MONGO_MEMORY_DB=framework-proto
# Encryption secret # Encryption secret
CRYPTO_SECRET=verySecretSecret CRYPTO_SECRET=verySecretSecret