standardnotes-server/.env.sample

27 lines
324 B
Text
Raw Permalink 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
DB_TYPE=mysql
2023-02-03 16:44:30 +00:00
#########
# CACHE #
#########
REDIS_PORT=6379
2023-02-06 13:51:18 +00:00
REDIS_HOST=cache
CACHE_TYPE=redis
########
# KEYS #
########
AUTH_JWT_SECRET=
AUTH_SERVER_ENCRYPTION_SERVER_KEY=
VALET_TOKEN_SECRET=