diff --git a/.github/workflows/postgresql_settings.py b/.github/workflows/postgresql_settings.py index 9f5e927ec3..2aaa453fe5 100644 --- a/.github/workflows/postgresql_settings.py +++ b/.github/workflows/postgresql_settings.py @@ -42,7 +42,7 @@ DATABASES = { "default": { "ENGINE": "django.db.backends.postgresql", "NAME": "evennia", - "USER": "postgresql", # evennia + "USER": "postgres", # evennia "PASSWORD": "postgres", "HOST": os.environ.get("POSTGRES_HOST", "localhost"), "PORT": os.environ.get("POSTGRES_PORT", "5432"),