matrix-dimension/config/database.json
2017-05-26 21:51:48 -06:00

13 lines
213 B
JSON

{
"defaultEnv": {
"ENV": "NODE_ENV"
},
"development": {
"driver": "sqlite",
"filename": "db/development.db"
},
"production": {
"driver": "sqlite",
"filename": "db/production.db"
}
}