diff --git a/.env.example b/.env.example index 4f78467..b8bb815 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ # https://docs.silverstripe.org/en/4/getting_started/environment_management/#core-environment-variables # DB credentials -SS_DATABASE_CLASS="MySQLPDODatabase" +SS_DATABASE_CLASS="MySQLDatabase" SS_DATABASE_SERVER="localhost" SS_DATABASE_USERNAME="" SS_DATABASE_PASSWORD=""