standardnotes-server/.env.sample

29 lines
413 B
Text
Raw Normal View History

2023-02-06 05:52:11 +00:00
###########
# General #
###########
EXPOSED_PORT=3000
2023-02-06 06:33:16 +00:00
#########
# FILES #
#########
EXPOSED_FILES_SERVER_PORT=3042
PUBLIC_FILES_SERVER_URL=http://localhost:3042
2023-02-03 16:44:30 +00:00
######
# DB #
######
DB_HOST=db
DB_PORT=3306
DB_USERNAME=std_notes_user
DB_PASSWORD=changeme123
DB_DATABASE=standard_notes_db
2023-02-03 16:44:30 +00:00
DB_DEBUG_LEVEL=all
DB_MIGRATIONS_PATH=dist/migrations/*.js
#########
# CACHE #
#########
REDIS_PORT=6379
2023-02-06 12:35:58 +00:00
REDIS_HOST=cache