mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored database_password and solved related bugs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Database / Postgres service configuration
|
||||
POSTGRES_USER={{database_username}}
|
||||
POSTGRES_PASSWORD={{applications[application_id].credentials.database_password}}
|
||||
POSTGRES_PASSWORD={{database_password}}
|
||||
POSTGRES_DB={{database_name}}
|
||||
PEERTUBE_DB_USERNAME={{database_username}}
|
||||
PEERTUBE_DB_PASSWORD={{applications[application_id].credentials.database_password}}
|
||||
PEERTUBE_DB_PASSWORD={{database_password}}
|
||||
PEERTUBE_DB_SSL=false
|
||||
PEERTUBE_DB_HOSTNAME={{database_host}}
|
||||
|
||||
|
Reference in New Issue
Block a user