Skip to content

Commit 35c6d54

Browse files
authored
Update README.md
1 parent fd2b6c6 commit 35c6d54

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Either you define exactly which release you install. Or you use the option ``lat
127127
| `gitea_show_user_email` | `false` | Do you want to display email addresses ? (true/false) |
128128
| `gitea_theme_default` | `auto` | Default theme |
129129
| `gitea_themes` | `auto,gitea,arc-green` | List of enabled themes |
130-
| `gitea_ui_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[ui]` section of the config. |
130+
| `gitea_ui_extra_config` | | you can use this variable to pass additional config parameters in the `[ui]` section of the config. |
131131

132132
### UI - Meta ([ui.meta](https://docs.gitea.io/en-us/config-cheat-sheet/#ui---metadata-uimeta))
133133
| variable name | default value | description |
@@ -177,7 +177,7 @@ Either you define exactly which release you install. Or you use the option ``lat
177177
| `gitea_db_ssl` | `disable` | Configure SSL only if your database type supports it. Have a look into the [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/#database-database) for more detailed information |
178178
| `gitea_db_path` | `{{ gitea_home }}/data/gitea.db` | DB path, if you use `sqlite3`. |
179179
| `gitea_db_log_sql` | `false` | Log the executed SQL. |
180-
| `gitea_database_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[database]` section of the config. |
180+
| `gitea_database_extra_config` | | you can use this variable to pass additional config parameters in the `[database]` section of the config. |
181181

182182
### Indexer ([indexer](https://docs.gitea.io/en-us/config-cheat-sheet/#indexer-indexer))
183183
| variable name | default value | description |
@@ -193,12 +193,12 @@ Either you define exactly which release you install. Or you use the option ``lat
193193
### Security ([security](https://docs.gitea.io/en-us/config-cheat-sheet/#security-security))
194194
| variable name | default value | description |
195195
| ------------- | ------------- | ----------- |
196-
| `gitea_secret_key` | `''` | Global secret key. Will be autogenerated if not defined. Should be unique. |
196+
| `gitea_secret_key` | | Global secret key. Will be autogenerated if not defined. Should be unique. |
197197
| `gitea_disable_git_hooks` | `true` | Set to false to enable users with git hook privilege to create custom git hooks. Can be dangerous. |
198198
| `gitea_disable_webhooks` | `false` | Set to true to disable webhooks feature. |
199-
| `gitea_internal_token` | `''` | Internal API token. Will be autogenerated if not defined. Should be unique. |
199+
| `gitea_internal_token` | | Internal API token. Will be autogenerated if not defined. Should be unique. |
200200
| `gitea_password_check_pwn` | `false` | Check [HaveIBeenPwned](https://haveibeenpwned.com/Passwords) to see if a password has been exposed. |
201-
| `gitea_security_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[security]` section of the config. |
201+
| `gitea_security_extra_config` | | you can use this variable to pass additional config parameters in the `[security]` section of the config. |
202202

203203
### Service ([service](https://docs.gitea.io/en-us/config-cheat-sheet/#service-service))
204204
| variable name | default value | description |
@@ -212,7 +212,7 @@ Either you define exactly which release you install. Or you use the option ``lat
212212
| `gitea_only_allow_external_registration` | `false` | Set to true to force registration only using third-party services (true/false) |
213213
| `gitea_enable_notify_mail` | `false` | Enable this to send e-mail to watchers of a repository when something happens, like creating issues (true/false) |
214214
| `gitea_auto_watch_new_repos` | `true` | Enable this to let all organisation users watch new repos when they are created (true/false) |
215-
| `gitea_service_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[service]` section of the config. |
215+
| `gitea_service_extra_config` | | you can use this variable to pass additional config parameters in the `[service]` section of the config. |
216216

217217
### Mailer ([mailer](https://docs.gitea.io/en-us/config-cheat-sheet/#mailer-mailer))
218218
| variable name | default value | description |
@@ -237,18 +237,18 @@ Either you define exactly which release you install. Or you use the option ``lat
237237
| variable name | default value | description |
238238
| ------------- | ------------- | ----------- |
239239
| `gitea_session_provider` | `file` | Session engine provider |
240-
| `gitea_session_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[session]` section of the config. |
240+
| `gitea_session_extra_config` | | you can use this variable to pass additional config parameters in the `[session]` section of the config. |
241241

242242
### Picture ([picture](https://docs.gitea.io/en-us/config-cheat-sheet/#picture-picture))
243243
| variable name | default value | description |
244244
| ------------- | ------------- | ----------- |
245-
| `gitea_picture_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[picture]` section of the config. |
245+
| `gitea_picture_extra_config` | | you can use this variable to pass additional config parameters in the `[picture]` section of the config. |
246246

247247
### Issue and pull request attachments ([attachment](https://docs.gitea.io/en-us/config-cheat-sheet/#issue-and-pull-request-attachments-attachment))
248248
| variable name | default value | description |
249249
| ------------- | ------------- | ----------- |
250250
| `attachment_enabled` | `true` | Whether issue and pull request attachments are enabled. |
251-
| `gitea_attachment_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[attachment]` section of the config. |
251+
| `gitea_attachment_extra_config` | | you can use this variable to pass additional config parameters in the `[attachment]` section of the config. |
252252

253253
### Log ([log](https://docs.gitea.io/en-us/config-cheat-sheet/#log-log))
254254
| variable name | default value | description |
@@ -304,7 +304,7 @@ Either you define exactly which release you install. Or you use the option ``lat
304304
### additional gitea config
305305
| variable name | default value | description |
306306
| ------------- | ------------- | ----------- |
307-
| `gitea_extra_config` | `''` | Additional gitea configuration. Have a look at the [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) before using it! |
307+
| `gitea_extra_config` | | Additional gitea configuration. Have a look at the [config-cheat-sheet](https://docs.gitea.io/en-us/config-cheat-sheet/) before using it! |
308308

309309
### Fail2Ban configuration
310310

0 commit comments

Comments
 (0)