diff --git a/config/config-example.json b/config/config-example.json index 2488c84..7d25756 100644 --- a/config/config-example.json +++ b/config/config-example.json @@ -5,7 +5,7 @@ "database": "hahayes", "host": "127.0.0.1", "dialect": "mysql", - "operatorsAliases": false + "operatorsAliases": "0" }, "production": { "username": "root", @@ -13,6 +13,7 @@ "database": "hahayes", "host": "127.0.0.1", "dialect": "mysql", - "operatorsAliases": false + "operatorsAliases": "0", + "logging": false } } \ No newline at end of file