rev
This commit is contained in:
parent
5464b7a27a
commit
c8bbb47a72
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"database":{
|
||||
"client": "mysql",
|
||||
"connection":{
|
||||
"host": "xxxx",
|
||||
"database": "xxxx",
|
||||
"user": "xxxx",
|
||||
"port": "xxxx",
|
||||
"password": "xxxx"
|
||||
},
|
||||
"migrations": {
|
||||
"directory": "database/migrations",
|
||||
"tableName": "migrations"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue