2021-12-14 00:00:09 +08:00
|
|
|
DB_NAME=monkeytype
|
2024-02-28 21:17:09 +08:00
|
|
|
DOCKER_SERVER_PORT=5005
|
2022-05-05 07:52:17 +08:00
|
|
|
DOCKER_DB_PORT=27017
|
2021-08-07 22:53:05 +08:00
|
|
|
DB_URI=mongodb://localhost:27017
|
2022-05-05 07:52:17 +08:00
|
|
|
DOCKER_REDIS_PORT=6379
|
2022-03-25 20:13:54 +08:00
|
|
|
REDIS_URI=redis://localhost:6379
|
2022-03-27 23:29:11 +08:00
|
|
|
LOG_FOLDER_PATH=./logs/
|
|
|
|
# Default log file max size is 10 MB
|
|
|
|
LOG_FILE_MAX_SIZE=10485760
|
2022-01-14 21:26:57 +08:00
|
|
|
MODE=dev
|
2024-02-27 07:42:06 +08:00
|
|
|
RECAPTCHA_SECRET=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
|
2021-12-14 00:00:09 +08:00
|
|
|
# You can also use the format mongodb://username:password@host:port or
|
|
|
|
# uncomment the following lines if you want to define them separately
|
|
|
|
# DB_USERNAME=
|
|
|
|
# DB_PASSWORD=
|
|
|
|
# DB_AUTH_MECHANISM="SCRAM-SHA-256"
|
|
|
|
# DB_AUTH_SOURCE=admin
|
2023-02-13 20:24:43 +08:00
|
|
|
|
|
|
|
# You can get a testing email address over at
|
|
|
|
# https://ethereal.email/create
|
2024-02-28 21:17:09 +08:00
|
|
|
#
|
2023-02-13 20:24:43 +08:00
|
|
|
# EMAIL_PORT=587
|
|
|
|
# EMAIL_HOST=smtp.ethereal.email
|
|
|
|
# EMAIL_USER=
|
|
|
|
# EMAIL_PASS=
|