Testing to clean up mysql action too

This commit is contained in:
Griatch 2024-06-27 18:30:03 +02:00
parent fba1359d91
commit 50417d8970
3 changed files with 42 additions and 24 deletions

View file

@ -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"),
}