From 8fc45d55621fb7db23c4f1b7539b893ec602ff53 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 25 Aug 2023 11:18:55 +0200 Subject: [PATCH] Update vals --- src/test/resources/website-test/valid-auth.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/resources/website-test/valid-auth.yaml b/src/test/resources/website-test/valid-auth.yaml index de1fe08..c4316db 100644 --- a/src/test/resources/website-test/valid-auth.yaml +++ b/src/test/resources/website-test/valid-auth.yaml @@ -3,10 +3,11 @@ postgres-db-user: "forgejo" postgres-db-password: "forgejo-db-password" mailer-user: "" mailer-pw: "" +django-superuser-username: "taiga-admin" +django-superuser-password: "" +django-superuser-email: "some@example.com" rabbitmq-user: "" rabbitmq-pw: "" -django-superuser: "taiga-admin" -django-superuser-password: "" mon-auth: grafana-cloud-user: "user" grafana-cloud-password: "password"