Refactored database_password and solved related bugs

This commit is contained in:
2025-05-11 12:19:33 +02:00
parent 3405f3a8f9
commit 064dd01508
22 changed files with 18 additions and 29 deletions

View File

@@ -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}}

View File

@@ -1,3 +1,2 @@
application_id: "peertube"
database_type: "postgres"
database_password: "{{applications[application_id].credentials.database_password}}"
database_type: "postgres"