REST API upgrade
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"ip" : "192.168.1.115",
|
||||
"port" : "3001",
|
||||
"mongodb_url" : "mongodb://127.0.0.1:27017/",
|
||||
"database_name" : "pixel_streaming"
|
||||
"mongodb_url" : "mongodb://127.0.0.1:27017",
|
||||
"database_name" : "pixel_streaming",
|
||||
"cors":[
|
||||
"http://192.168.1.171:3000",
|
||||
"http://localhost:3000"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user