Skip to content

Commit 23cb86c

Browse files
authored
fixing table errors in readme
1 parent 1ab7e7d commit 23cb86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Either you define exactly which release you install. Or you use the option ``lat
107107
| `gitea_enable_repo_signing_extra` | | you can use this variable to pass additional config parameters in the `[repository.signing]` section of the config. |
108108

109109
### CORS ([cors](https://docs.gitea.io/en-us/config-cheat-sheet/#cors-cors))
110+
| variable name | default value | description |
110111
| ------------- | ------------- | ----------- |
111112
| `gitea_enable_cors` | `false` | enable cors headers (disabled by default) |
112113
| `gitea_cors_scheme` | `http` | scheme of allowed requests |
@@ -143,7 +144,6 @@ Either you define exactly which release you install. Or you use the option ``lat
143144
| `gitea_root_url` | `http://localhost:3000` | Root URL used to access your web app (full URL) |
144145
| `gitea_http_listen` | `127.0.0.1` | HTTP listen address |
145146
| `gitea_http_port` | `3000` | Bind port *(redirect from `80` will be activated if value is `443`)* |
146-
147147
| `gitea_start_ssh` | `true` | When enabled, use the built-in SSH server. |
148148
| `gitea_ssh_domain` | `{{ gitea_http_domain ` | Domain name of this server, used for displayed clone URL |
149149
| `gitea_ssh_port` | `2222` | SSH port displayed in clone URL. |

0 commit comments

Comments
 (0)