File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ typically be found at `/etc/gitea/conf/app.ini`.
24
24
25
25
The defaults provided here are best-effort (not built automatically). They are
26
26
accurately recorded in [ app.ini.sample] ( https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample )
27
- (s/master/<tag|release\> ). Any string in the format ` %(X)s ` is a feature powered
27
+ (s/master/\ < tag|release\> ). Any string in the format ` %(X)s ` is a feature powered
28
28
by [ ini] ( https://github.com/go-ini/ini/#recursive-values ) , for reading values recursively.
29
29
30
30
Values containing ` # ` or ` ; ` must be quoted using `` ` `` or ` """ ` .
@@ -118,7 +118,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
118
118
- ` HOST ` : ** 127.0.0.1:3306** : Database host address and port.
119
119
- ` NAME ` : ** gitea** : Database name.
120
120
- ` USER ` : ** root** : Database username.
121
- - ` PASSWD ` : ** \< empty\> ** : Database user password. Use \` your password\` for quoting if you use special characters in the password.
121
+ - ` PASSWD ` : ** \< empty\> ** : Database user password. Use \` your password\` for quoting if you use special characters in the password.
122
122
- ` SSL_MODE ` : ** disable** : For PostgreSQL only.
123
123
- ` PATH ` : ** data/gitea.db** : For SQLite3 only, the database file path.
124
124
You can’t perform that action at this time.
0 commit comments