This commit is contained in:
Yasin İLKAYA 2025-12-20 16:45:58 +03:00
parent 5464b7a27a
commit c8bbb47a72
1 changed files with 16 additions and 0 deletions

16
config.json.example Normal file
View File

@ -0,0 +1,16 @@
{
"database":{
"client": "mysql",
"connection":{
"host": "xxxx",
"database": "xxxx",
"user": "xxxx",
"port": "xxxx",
"password": "xxxx"
},
"migrations": {
"directory": "database/migrations",
"tableName": "migrations"
}
}
}