diff options
Diffstat (limited to 'src/config/Whirl.default.toml')
| -rw-r--r-- | src/config/Whirl.default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Whirl.default.toml b/src/config/Whirl.default.toml index 330a88b..072a7e8 100644 --- a/src/config/Whirl.default.toml +++ b/src/config/Whirl.default.toml @@ -2,11 +2,11 @@ worldsmaster_username = "WORLDSMASTER" # DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING 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 [whirlsplash.prompt] enable = false +ps1 = "[WORLDSMASTER@Whirlsplash ~]$" [distributor] worldsmaster_greeting = "Welcome to Whirlsplash!" |