From 51309b69f743243da959e83aa07d6a96cc5556ae Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 30 Jan 2025 16:52:13 -0500 Subject: [PATCH] Discourse database errors --- tasks/discourse.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks/discourse.yaml b/tasks/discourse.yaml index 2421478..2a9e865 100644 --- a/tasks/discourse.yaml +++ b/tasks/discourse.yaml @@ -39,8 +39,16 @@ tls: true postgresql: enabled: true + auth: + enablePostgresUser: true + postgresPassword: "{{ discourse_admin_password }}" + username: discourse + password: "{{ discourse_admin_password }}" + database: discourse primary: persistence: size: 2Ti redis: enabled: true + auth: + password: "{{ discoures_admin_password }}"