diff options
Diffstat (limited to 'src/config/Whirl.default.toml')
| -rw-r--r-- | src/config/Whirl.default.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/Whirl.default.toml b/src/config/Whirl.default.toml index be63635..ed6a874 100644 --- a/src/config/Whirl.default.toml +++ b/src/config/Whirl.default.toml @@ -3,6 +3,7 @@ worldsmaster_username = "WORLDSMASTER" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU log_level = 1 # Generally, you should only change this if you are experiencing issues ip = "0.0.0.0" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING prompt_ps1 = "[WORLDSMASTER@Whirlsplash ~]$" +api.port = 8080 [distributor] worldsmaster_greeting = "Welcome to Whirlsplash!" |