mirror of
https://github.com/Gimanh/taskview-community.git
synced 2026-09-11 21:38:56 +00:00
8 lines
160 B
Bash
8 lines
160 B
Bash
POSTGRES_USER="tvdbuser"
|
|
POSTGRES_PASSWORD="tvdbpass"
|
|
POSTGRES_DB="taskviewdb"
|
|
LANG=C.UTF-8
|
|
LC_ALL=C.UTF-8
|
|
POSTGRES_INITDB_ARGS=--locale=C.UTF-8
|
|
TZ=UTC
|
|
PGTZ=UTC |