diff options
| author | Fuwn <[email protected]> | 2021-05-10 16:16:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 16:16:56 +0000 |
| commit | ebe2a60e841b9d1108956e2984b8d81613de0f3a (patch) | |
| tree | 8549f4dd558920f8521b60c5d2227d5bf13cf53d /src/config/Whirl.default.toml | |
| parent | feat(prompt): toggle prompt via configuration file (diff) | |
| download | whirl-ebe2a60e841b9d1108956e2984b8d81613de0f3a.tar.xz whirl-ebe2a60e841b9d1108956e2984b8d81613de0f3a.zip | |
refactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt` group as `ps1`
The `prompt_ps1` configuration key is moved to the `whirlsplash.prompt` group as
`whirlsplash.prompt.ps1`.
BREAKING CHANGE: `whirlsplash.prompt.ps1` configuration key created.
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!" |