Testing to streamline mysql setup more

This commit is contained in:
Griatch 2024-06-27 18:47:49 +02:00
parent 50417d8970
commit d54886e9e4
3 changed files with 15 additions and 6 deletions

View file

@ -46,10 +46,10 @@ DATABASES = {
"PASSWORD": "evennia",
"HOST": os.environ.get("MYSQL_HOST", "127.0.0.1"),
"PORT": os.environ.get("MYSQL_PORT", "3306"),
# "OPTIONS": {
# "charset": "utf8mb4",
# "init_command": "set collation_connection=utf8mb4_unicode_ci",
# },
"OPTIONS": {
"charset": "utf8mb4",
# "init_command": "set collation_connection=utf8mb4_unicode_ci",
},
# "TEST": {
# "NAME": "evennia",
# "OPTIONS": {