diff options
| author | 2025-04-26 19:19:52 +0000 | |
|---|---|---|
| committer | 2025-04-26 19:19:52 +0000 | |
| commit | 346962beb540c22ddddbbf718310bf3593fcb16f (patch) | |
| tree | bdd2356e46e0126b0fc49ef0fa7894b190898bb8 /docs/configuration | |
| parent | [feature] Move to code.superseriousbusiness.org (diff) | |
| download | gotosocial-346962beb540c22ddddbbf718310bf3593fcb16f.tar.xz | |
[chore] Fix daenney being bad at sed (#4060)
Co-authored-by: Daenney <daenney@users.noreply.github.com>
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4060
Co-authored-by: Daenney <daenney@noreply.codeberg.org>
Co-committed-by: Daenney <daenney@noreply.codeberg.org>
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 46f06bac5..79eea3184 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -18,7 +18,7 @@ gotosocial --config-path ./config.yaml server start The command expects a file in [YAML](https://en.wikipedia.org/wiki/YAML) or [JSON](https://en.wikipedia.org/wiki/JSON) format. -An example configuration file, with an explanation of each of the config fields, with default and example values, can be found [here](https://https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml). This example file is also included in release downloads. +An example configuration file, with an explanation of each of the config fields, with default and example values, can be found [here](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml). This example file is also included in release downloads. It's recommended to create your own configuration file with only the settings you need to change for your installation. This ensures you don't have to reconcile changes to defaults or adding/updating/removing settings from your configuration file that you haven't changed away from the defaults on every release. @@ -125,7 +125,7 @@ This means in cases where you want to just try changing one thing, but don't wan Reasonable default values are provided for *most* of the configuration parameters, except in cases where a custom value is absolutely required. -See the [example config file](https://https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml) for the default values, or run `gotosocial --help`. +See the [example config file](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/example/config.yaml) for the default values, or run `gotosocial --help`. ## `GTS_WAZERO_COMPILATION_CACHE` |
