mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
DB_PORT=3306
|
|
DB_USERNAME=std_notes_user
|
|
DB_PASSWORD=changeme123
|
|
DB_DATABASE=standard_notes_db
|
|
|
|
REDIS_PORT=6379
|