diff options
| author | Fuwn <[email protected]> | 2021-05-06 21:29:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 21:29:45 +0000 |
| commit | fb61c6a95755ace8166e21b158689ba11290e289 (patch) | |
| tree | 897047e783d4035b828896b8ea454f8fdf26fe23 /src | |
| parent | chore(make): privitize cargo wrappers (diff) | |
| download | whirl-fb61c6a95755ace8166e21b158689ba11290e289.tar.xz whirl-fb61c6a95755ace8166e21b158689ba11290e289.zip | |
fix(config): typo
Diffstat (limited to 'src')
| -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 591a77e..be63635 100644 --- a/src/config/Whirl.default.toml +++ b/src/config/Whirl.default.toml @@ -1,6 +1,6 @@ [whirlsplash] 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 expiriencing issues +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 ~]$" |