infrastructure/roles/matrix/templates/webhooks/database.json

14 lines
252 B
JSON
Raw Normal View History

2021-01-02 13:46:16 +01:00
{
"defaultEnv": {
"ENV": "NODE_ENV"
},
"development": {
"driver": "sqlite3",
"filename": "data/development.db"
},
"production": {
"driver": "sqlite3",
"filename": "data/production.db"
}
}