8 lines
223 B
Bash
8 lines
223 B
Bash
# Database / Postgres service configuration
|
|
POSTGRES_USER=postgresuser
|
|
#POSTGRES_PASSWORD=postgrespassword
|
|
# Postgres database name "peertube"
|
|
POSTGRES_DB=peertube
|
|
# Editable only with a suffix :
|
|
#POSTGRES_DB=peertube_prod
|