This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically fetch example config file if it doesn't exist.
Update default values
- Loading branch information
1 parent
eae40fa
commit 3cb15fe
Showing
3 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[server] | ||
host = '0.0.0.0' # on what interface to run the server on | ||
host = '127.0.0.1' # on what interface to run the server on | ||
port = 2052 # on what port to run the server on | ||
online_mode = true # validate users using TINET Authentication | ||
api_key = "change me to use online-mode" # App API Key from TINET (Enable under Experiments) | ||
protect_server = false # protect your server with a password | ||
server_password = "12345678" # password for the server (requires protect_server to be true) | ||
|
||
[web] | ||
enable = true # enable the web ui | ||
host = "0.0.0.0" # on what interface to run the web ui on | ||
enable = false # enable the web ui | ||
host = "127.0.0.1" # on what interface to run the web ui on | ||
port = 8000 # on what port to run the web ui on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters