From c8bbb47a7284815826dd91ff082c6f17c29b727e Mon Sep 17 00:00:00 2001 From: ilkaya Date: Sat, 20 Dec 2025 16:45:58 +0300 Subject: [PATCH] rev --- config.json.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.json.example 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