This commit is contained in:
2024-11-28 21:08:15 -04:00
parent 578b87e9f5
commit 161f5ff914
4 changed files with 2824 additions and 5 deletions

14
config/config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"development": {
""
"dialect": "mysql"
},
"test": {
"dialect": "mysql"
},
"production": {
"dialect": "mysql"
}
}