We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966d5e2 commit 2f780fbCopy full SHA for 2f780fb
1 file changed
Lagrange.Milky/Resources/appsettings.jsonc
@@ -53,6 +53,8 @@
53
"Milky": {
54
// The host that Milky service listens on
55
// Look https://learn.microsoft.com/zh-cn/dotnet/fundamentals/runtime-libraries/system-net-httplistener
56
+ // If you use * to expose your data to all networks, please ensure proper security settings
57
+ // e.g. setting a access token, configuring a firewall
58
"Host": "127.0.0.1",
59
60
// The port that the Milky service listens on
0 commit comments