Initial commit: courtlab tactical board with team management and MP4 export
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user