Changed mysql engine for tests

This commit is contained in:
UndefinedOffset 2023-05-08 10:38:12 -03:00
parent 237716571f
commit e3d92e774a
No known key found for this signature in database
GPG Key ID: 59C4EE2B6468B796
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SS_ENVIRONMENT_TYPE="dev"
SS_TRUSTED_PROXY_IPS="*"
SS_DATABASE_CLASS="MySQLPDODatabase"
SS_DATABASE_CLASS="MySQLDatabase"
SS_DATABASE_SERVER="127.0.0.1"
SS_DATABASE_USERNAME="root"
SS_DATABASE_PASSWORD="testpassword"