mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-05 02:23:43 -05:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
# vi: ft=sh
|
|
# shellcheck disable=SC2034
|
|
|
|
|
|
POSTGRES_USER=kyoo
|
|
POSTGRES_PASSWORD=password
|
|
POSTGRES_DB=kyooDB
|
|
POSTGRES_SERVER=postgres
|
|
POSTGRES_PORT=5432
|