mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Testing to clean up mysql action too
This commit is contained in:
parent
fba1359d91
commit
50417d8970
3 changed files with 42 additions and 24 deletions
4
.github/workflows/postgresql_settings.py
vendored
4
.github/workflows/postgresql_settings.py
vendored
|
|
@ -42,8 +42,8 @@ DATABASES = {
|
|||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql",
|
||||
"NAME": "evennia",
|
||||
"USER": "postgres", # evennia
|
||||
"PASSWORD": "postgres",
|
||||
"USER": "evennia",
|
||||
"PASSWORD": "evennia",
|
||||
"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