infrastructure/roles/matrix_webhooks/templates/database.json

13 lines
252 B
JSON

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