diff options
| author | 2024-02-24 09:44:53 +0100 | |
|---|---|---|
| committer | 2024-02-24 09:44:53 +0100 | |
| commit | d8956d710e114150dfb422f4d21f0a69e5e5829a (patch) | |
| tree | 743f593caf836ffcd0b15c058949e349fe8a77ef /example/config.yaml | |
| parent | [docs] Add oauth token authentication workflow (#2655) (diff) | |
| download | gotosocial-d8956d710e114150dfb422f4d21f0a69e5e5829a.tar.xz | |
[docs/bugfix] Allow access to TMP directories in example AppArmor config (#2683)
* Remove trailing whitespace from example config
* Update and extend example AppArmor profile
Diffstat (limited to 'example/config.yaml')
| -rw-r--r-- | example/config.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/example/config.yaml b/example/config.yaml index 4b0b42f5b..904ae7a8f 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -296,7 +296,7 @@ instance-languages: [] # String. Federation mode to use for this instance. # -# "blocklist" -- open federation by default. Only instances that are explicitly +# "blocklist" -- open federation by default. Only instances that are explicitly # blocked will be denied (unless they are also explicitly allowed). # # "allowlist" -- closed federation by default. Only instances that are explicitly @@ -468,7 +468,7 @@ media-remote-cache-days: 7 # String. 24hr time of day formatted as hh:mm. # Examples: ["14:30", "00:00", "04:00"] -# Default: "00:00" (midnight). +# Default: "00:00" (midnight). media-cleanup-from: "00:00" # Duration. Period between media cleanup runs. @@ -871,7 +871,7 @@ http-client: # # THIS SETTING SHOULD BE USED FOR TESTING ONLY! IF YOU TURN THIS # ON WHILE RUNNING IN PRODUCTION YOU ARE LEAVING YOUR SERVER WIDE - # OPEN TO MAN IN THE MIDDLE ATTACKS! DO NOT CHANGE THIS SETTING + # OPEN TO MAN IN THE MIDDLE ATTACKS! DO NOT CHANGE THIS SETTING # UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING AND WHY YOU'RE DOING IT. # # Default: false @@ -1026,7 +1026,7 @@ advanced-sender-multiplier: 2 # generate a correct Content-Security-Policy, you probably won't need # to ever touch this setting, but it's included in the 'spirit of more # configurable (usually) means more good'. -# +# # See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP # # Example: ["s3.example.org", "some-bucket-name.s3.example.org"] @@ -1048,4 +1048,4 @@ advanced-csp-extra-uris: [] # # Options: ["block", "allow", ""] # Default: "" -advanced-header-filter-mode: ""
\ No newline at end of file +advanced-header-filter-mode: "" |
