diff --git a/.env.example b/.env.example index 7b9637efd4..4e6c72652d 100644 --- a/.env.example +++ b/.env.example @@ -37,7 +37,7 @@ CLUSTER_MODE= ################# DATABASE ################# -# postgres | msysql | mariadb | sqlite +# postgres | mysql | mariadb | sqlite DB_DIALECT=postgres DB_TABLE_PREFIX= DB_HOST=localhost