mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
fix: bind admin-http to 0.0.0.0 for external access
127.0.0.1 rejects connections from other machines on the network.
This commit is contained in:
parent
a8b0fbb2bc
commit
56053e2d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ default:
|
|||
plugin: service-admin-http
|
||||
enabled: true
|
||||
config:
|
||||
host: 127.0.0.1
|
||||
host: 0.0.0.0
|
||||
port: 18080
|
||||
# Secrets (was service-secrets)
|
||||
dataDir: /var/lib/betterframe
|
||||
|
|
|
|||
Loading…
Reference in a new issue