mirror of
https://github.com/linuxserver/heimdalljs.git
synced 2026-02-20 05:12:24 +08:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
BACKEND_LOCATION=/
|
|
JWT_SECRET=CHANGE_ME
|
|
DB_TYPE=mysql
|
|
DB_STORAGE=
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=heimdall
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=root
|
|
UPLOAD_DIR=
|