mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Further test of github action
This commit is contained in:
parent
8f1aeab0cf
commit
8e84a66bf1
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ DATABASES = {
|
|||
"NAME": "evennia",
|
||||
"USER": "evennia",
|
||||
"PASSWORD": "password",
|
||||
"HOST": "localhost",
|
||||
"PORT": "", # use default port
|
||||
"HOST": "127.0.0.1",
|
||||
"PORT": "3306", # use default port
|
||||
"OPTIONS": {
|
||||
"charset": "utf8mb4",
|
||||
"init_command": "set collation_connection=utf8mb4_unicode_ci",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue