diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..488f051 --- /dev/null +++ b/config.json.example @@ -0,0 +1,16 @@ +{ + "database":{ + "client": "mysql", + "connection":{ + "host": "xxxx", + "database": "xxxx", + "user": "xxxx", + "port": "xxxx", + "password": "xxxx" + }, + "migrations": { + "directory": "database/migrations", + "tableName": "migrations" + } + } +} \ No newline at end of file