mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
CI build: Different mysql testing db
This commit is contained in:
parent
00f70b1eb9
commit
20061e9e5c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mysql_settings.py
vendored
4
.github/workflows/mysql_settings.py
vendored
|
|
@ -41,7 +41,7 @@ SERVERNAME = "testing_mygame"
|
|||
DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.mysql",
|
||||
"NAME": "evennia",
|
||||
"NAME": "evennia1",
|
||||
"USER": "evennia",
|
||||
"PASSWORD": "password",
|
||||
"HOST": "127.0.0.1",
|
||||
|
|
@ -51,7 +51,7 @@ DATABASES = {
|
|||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
},
|
||||
"TEST": {
|
||||
"NAME": "testdb",
|
||||
"NAME": "evennia1",
|
||||
"OPTIONS": {
|
||||
"charset": "utf8mb4",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue