diff --git a/config/config-example.json b/config/config-example.json new file mode 100644 index 00000000..2488c845 --- /dev/null +++ b/config/config-example.json @@ -0,0 +1,18 @@ +{ + "development": { + "username": "root", + "password": "apassword", + "database": "hahayes", + "host": "127.0.0.1", + "dialect": "mysql", + "operatorsAliases": false + }, + "production": { + "username": "root", + "password": "apassword", + "database": "hahayes", + "host": "127.0.0.1", + "dialect": "mysql", + "operatorsAliases": false + } +} \ No newline at end of file