mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 12:31:09 +00:00
10 lines
285 B
Bash
10 lines
285 B
Bash
# DEFAULT_ADMIN_USERNAME = "admin"
|
|
# DEFAULT_ADMIN_EMAIL = "admin@example.com"
|
|
# DEFAULT_ADMIN_PASSWORD = "password-is-generated-randomly-on-first-launch"
|
|
|
|
POSTGRES_HOST = "localhost"
|
|
POSTGRES_PORT = "5432"
|
|
POSTGRES_USER = "postgres"
|
|
POSTGRES_PASSWORD = "postgres"
|
|
POSTGRES_DB = "lib"
|