Skip to content

Commit

Permalink
modify user and pwd for pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 4, 2024
1 parent 272d88d commit 3b66701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imageroot/actions/configure-module/20configure
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ n8n_URL = "https://"+host

POSTGRES_DB = data.get("POSTGRES_DB","n8n")
POSTGRES_USER = data.get("POSTGRES_USER","n8n")
POSTGRES_PASSWORD = data.get("POSTGRES_PASSWORD","n@8niop$$")
POSTGRES_NON_ROOT_USER = data.get("POSTGRES_NON_ROOT_USER","n@8n")
POSTGRES_NON_ROOT_PASSWORD = data.get("POSTGRES_NON_ROOT_PASSWORD","n@8niop$$")
POSTGRES_PASSWORD = data.get("POSTGRES_PASSWORD","N@8ni0p$$")
POSTGRES_NON_ROOT_USER = data.get("POSTGRES_NON_ROOT_USER","n8n")
POSTGRES_NON_ROOT_PASSWORD = data.get("POSTGRES_NON_ROOT_PASSWORD","N@8ni0p$$")

db_config = {
"POSTGRES_ROOT_HOST": "localhost",
Expand Down

0 comments on commit 3b66701

Please sign in to comment.