service: Better use podman secrets for database passwords
This commit is contained in:
@@ -33,7 +33,7 @@ http:
|
||||
database:
|
||||
host: matrix-authentication-service-postgres
|
||||
username: matrix_authentication_service
|
||||
password: "{{ _service_database_password }}"
|
||||
password: "{{ service_podman_secrets['matrix-authentication-service-postgres'] }}"
|
||||
database: matrix_authentication_service
|
||||
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user