Initial commit: courtlab tactical board with team management and MP4 export

This commit is contained in:
2026-09-08 12:22:20 +09:00
commit d2e39a452e
43 changed files with 7812 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"mongodb": {
"uri": "mongodb://172.16.0.7:27017",
"db": "basket_utils"
},
"server": {
"host": "0.0.0.0",
"port": 3000,
"mode": "development",
"allowedOrigins": [
"http://localhost:5173",
"http://127.0.0.1:5173",
"http://192.168.5.10:5173"
],
"secureCookie": false
},
"bootstrap": {
"password": ""
},
"qa": {
"db": "basket_utils_qa",
"password": ""
}
}