Another fix of postgres auth
This commit is contained in:
parent
9c7fcac0d6
commit
fba1359d91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/postgresql_settings.py
vendored
2
.github/workflows/postgresql_settings.py
vendored
|
|
@ -42,7 +42,7 @@ DATABASES = {
|
||||||
"default": {
|
"default": {
|
||||||
"ENGINE": "django.db.backends.postgresql",
|
"ENGINE": "django.db.backends.postgresql",
|
||||||
"NAME": "evennia",
|
"NAME": "evennia",
|
||||||
"USER": "postgresql", # evennia
|
"USER": "postgres", # evennia
|
||||||
"PASSWORD": "postgres",
|
"PASSWORD": "postgres",
|
||||||
"HOST": os.environ.get("POSTGRES_HOST", "localhost"),
|
"HOST": os.environ.get("POSTGRES_HOST", "localhost"),
|
||||||
"PORT": os.environ.get("POSTGRES_PORT", "5432"),
|
"PORT": os.environ.get("POSTGRES_PORT", "5432"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue