tads4-express/config/config.json
2024-11-28 21:08:15 -04:00

15 lines
153 B
JSON

{
"development": {
""
"dialect": "mysql"
},
"test": {
"dialect": "mysql"
},
"production": {
"dialect": "mysql"
}
}