mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
18 lines
211 B
Bash
18 lines
211 B
Bash
######
|
|
# DB #
|
|
######
|
|
|
|
DB_HOST=db
|
|
DB_PORT=3306
|
|
DB_USERNAME=std_notes_user
|
|
DB_PASSWORD=changeme123
|
|
DB_DATABASE=standard_notes_db
|
|
DB_DEBUG_LEVEL=all
|
|
|
|
#########
|
|
# CACHE #
|
|
#########
|
|
|
|
REDIS_PORT=6379
|
|
REDIS_HOST=cache
|