diff options
| author | 2025-06-24 12:32:52 +0200 | |
|---|---|---|
| committer | 2025-06-24 12:32:52 +0200 | |
| commit | 9d5af6c3dc3f502e21f1dcf305cc0306c9bfc9fe (patch) | |
| tree | 045545b6a7d62bf0731eb55e8d4f4e810df2c7e4 /example | |
| parent | [chore] Add info and reminder to save changes at the top of profile settings ... (diff) | |
| download | gotosocial-9d5af6c3dc3f502e21f1dcf305cc0306c9bfc9fe.tar.xz | |
[bugfix] update the default configuration to not set a db type or address, to require explicitly setting it (#4228)
This updates the database defaults to remove a type or address. This is to help ensure we don't have any repeats of https://codeberg.org/superseriousbusiness/gotosocial/issues/4183, it means the user needs to explicitly configure these things core settings instead of relying on defaults.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4228
Reviewed-by: Daenney <daenney@noreply.codeberg.org>
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'example')
| -rw-r--r-- | example/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/config.yaml b/example/config.yaml index 4526fb8fc..64b4f2de2 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -141,7 +141,7 @@ trusted-proxies: # String. Database type. # Options: ["postgres","sqlite"] -# Default: "sqlite" +# Default: "" db-type: "sqlite" # String. Database address or parameters. |
