mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Revert CI experiments
This commit is contained in:
parent
90cd9e8308
commit
609b646e45
4 changed files with 24 additions and 29 deletions
7
.github/workflows/postgresql_settings.py
vendored
7
.github/workflows/postgresql_settings.py
vendored
|
|
@ -43,9 +43,10 @@ DATABASES = {
|
|||
"ENGINE": "django.db.backends.postgresql",
|
||||
"NAME": "evennia",
|
||||
"USER": "evennia",
|
||||
"PASSWORD": "evennia",
|
||||
"HOST": os.environ.get("POSTGRES_HOST", "localhost"),
|
||||
"PORT": os.environ.get("POSTGRES_PORT", "5432"),
|
||||
"PASSWORD": "password",
|
||||
"HOST": "localhost",
|
||||
"PORT": "", # use default
|
||||
"TEST": {"NAME": "default"},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue