mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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": {
|
||||
"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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue