webserver-framework/example.env
2023-02-06 14:14:15 +02:00

31 lines
577 B
Bash

NODE_ENV=development
MARIA_HOST=localhost
MARIA_PORT=3306
MARIA_USER=
MARIA_PASS=
MARIA_DB=framework-proto
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_USER=
MONGO_PASS=
MONGO_DB=framework-proto
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
CRYPTO_SECRET=verySecretSecret
# Session secret
SECRET=verySecretSecret
# For discord auth
DISCORD_SECRET=verySecretSecret
DISCORD_ID=snowflakeID