Files
PixelStreamingSystem/source/coordinator/config.json
T
2022-12-14 19:03:49 +05:00

10 lines
230 B
JSON

{
"ip" : "192.168.1.115",
"port" : "3001",
"mongodb_url" : "mongodb://127.0.0.1:27017",
"database_name" : "pixel_streaming",
"cors":[
"http://192.168.1.171:3000",
"http://localhost:3000"
]
}