configs
envs
bgs
bsky
jetstream
ozone
pds
plc
postgres
social-app
icons
lexicons
patching
repos_extra
scpt
.gitignore
README.md
at.json
compose.yml
install.zsh
5 lines
312 B
Plaintext
5 lines
312 B
Plaintext
DATABASE_URL=postgres://postgres:postgres@database/plc
|
|
DB_CREDS_JSON='{"username":"postgres","password":"postgres","host":"database","port":"5432","database":"plc"}'
|
|
ENABLE_MIGRATIONS=true
|
|
DB_MIGRATE_CREDS_JSON='{"username":"postgres","password":"postgres","host":"database","port":"5432","database":"plc"}'
|