standardnotes-server/.env.sample

25 lines
293 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
#########
# CACHE #
#########
REDIS_PORT=6379
2023-02-06 13:51:18 +00:00
REDIS_HOST=cache
########
# KEYS #
########
AUTH_JWT_SECRET=
AUTH_SERVER_ENCRYPTION_SERVER_KEY=
VALET_TOKEN_SECRET=