Skip to content

Commit 966d5e2

Browse files
authored
Update appsettings_schema.json
1 parent ce81de3 commit 966d5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Milky/Resources/appsettings_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"properties": {
102102
"Host": {
103103
"type": "string",
104-
"description": "The host that Milky service listens on\nLook https://learn.microsoft.com/zh-cn/dotnet/fundamentals/runtime-libraries/system-net-httplistener"
104+
"description": "The host that Milky service listens on\nLook https://learn.microsoft.com/zh-cn/dotnet/fundamentals/runtime-libraries/system-net-httplistener\nIf you use * to expose your data to all networks, please ensure proper security settings\ne.g. setting a access token, configuring a firewall"
105105
},
106106
"Port": {
107107
"type": "integer",

0 commit comments

Comments
 (0)