mirror of
https://github.com/standardnotes/server
synced 2026-07-14 09:01:33 -04:00
7 lines
111 B
Bash
7 lines
111 B
Bash
DB_PORT=3306
|
|
DB_USERNAME=std_notes_user
|
|
DB_PASSWORD=changeme123
|
|
DB_DATABASE=standard_notes_db
|
|
|
|
REDIS_PORT=6379
|