mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Default web_server.ip_address and port
Fall back to "0.0.0.0" and 3000 when these fields are omitted from the [web_server] section (api_key remains required). Update the sample TOML and README to reflect the new defaults; the Nix module already used them. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
0393378d24
commit
bee492b703
@@ -43,8 +43,8 @@ token="" # Your pushover token goes here, just copy&paste from their website aft
|
||||
user_key="" # User key goes here, this is the account wide code for pushover
|
||||
|
||||
[web_server]
|
||||
ip_address="0.0.0.0" # IP to bind the web server for the API and web UI to, use 0.0.0.0 to bind it to all interfaces
|
||||
port=3000 # Port to listen on
|
||||
ip_address="0.0.0.0" # IP to bind the web server for the API and web UI to, use 0.0.0.0 to bind it to all interfaces. Defaults to "0.0.0.0" if omitted
|
||||
port=3000 # Port to listen on. Defaults to 3000 if omitted
|
||||
api_key="CHANGE_ME" # API Key to use the system's API, change this!
|
||||
|
||||
[retention]
|
||||
|
||||
Reference in New Issue
Block a user