mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"production": {
|
|
"database": "../drift.sqlite",
|
|
"host": "127.0.0.1",
|
|
"port": "3306",
|
|
"user": "root",
|
|
"password": "root",
|
|
"dialect": "sqlite"
|
|
},
|
|
"development": {
|
|
"database": "../drift.sqlite",
|
|
"host": "127.0.0.1",
|
|
"port": "3306",
|
|
"user": "root",
|
|
"password": "root",
|
|
"dialect": "sqlite"
|
|
}
|
|
}
|