forked from ddrilling/AsbCloudServer
fix https urls
This commit is contained in:
parent
a59b1897ce
commit
76e580179d
@ -12,5 +12,6 @@
|
|||||||
"ServerConnection": "Host=192.168.1.70;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
"ServerConnection": "Host=192.168.1.70;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
||||||
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*"
|
"AllowedHosts": "*",
|
||||||
|
"Urls": "http://0.0.0.0:5000;https://0.0.0.0:5001"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user