standardnotes-server/.env.sample

18 lines
211 B
Text
Raw Normal View History

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
#########
# CACHE #
#########
REDIS_PORT=6379
2023-02-06 13:51:18 +00:00
REDIS_HOST=cache