From 50606094034eb1d9b3c1a2546c1dacabd32de7c9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:11:15 +0100 Subject: [PATCH] Update config.json --- postgres/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/config.json b/postgres/config.json index 399a3a9923..89c3dc4cce 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -31,7 +31,7 @@ "POSTGRES_DB": "str?", "POSTGRES_HOST_AUTH_METHOD": "str?", "POSTGRES_INITDB_ARGS": "str?", - "POSTGRES_PASSWORD": "str", + "POSTGRES_PASSWORD": "password", "POSTGRES_USER": "str?" }, "slug": "postgres",