mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-04 04:31:09 +00:00
6 lines
129 B
Bash
6 lines
129 B
Bash
POSTGRES_HOST = "localhost"
|
|
POSTGRES_PORT = "5432"
|
|
POSTGRES_USER = "postgres"
|
|
POSTGRES_PASSWORD = "postgres"
|
|
POSTGRES_DB = "lib"
|