aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_config/Config.default.toml
Commit message (Collapse)AuthorAgeFilesLines
* fix(config): localhost ipsFuwn2021-12-221-1/+1
|
* feat(config): create `version` keyFuwn2021-06-161-0/+2
| | | | | | | | At the moment, the `version` key is never accessed, but once Whirl's "`1.0`" release is out, the configuration schema will need to be standardized, the `version` key will regulate that and also ensure no one is left behind when updating. BREAKING CHANGE: `version` key is created
* refactor(config): rename `Whirl.toml` to `Config.toml`Fuwn2021-06-091-0/+24
Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still as `Whirl.toml` BREAKING CHANGE: Configuration file is renamed