Files
standardnotes-server/.env.sample
2023-02-06 06:52:11 +01:00

23 lines
312 B
Plaintext

###########
# General #
###########
EXPOSED_PORT=3000
######
# DB #
######
DB_HOST=db
DB_PORT=3306
DB_USERNAME=std_notes_user
DB_PASSWORD=changeme123
DB_DATABASE=standard_notes_db
DB_DEBUG_LEVEL=all
DB_MIGRATIONS_PATH=dist/migrations/*.js
#########
# CACHE #
#########
REDIS_PORT=6379
REDIS_URL=redis://cache