Fixing gitea configuration template
This commit is contained in:
parent
e09e1f03f1
commit
08aef8d219
|
@ -70,7 +70,7 @@ HOST = %%{gitea_dbserver}:%%{gitea_dbport}
|
|||
%end if
|
||||
NAME = gitea
|
||||
USER = gitea
|
||||
PASSWD=gitea1234
|
||||
PASSWD = gitea1234
|
||||
; For "postgres" only, either "disable", "require" or "verify-full"
|
||||
SSL_MODE = disable
|
||||
; For "sqlite3" only
|
||||
|
|
Loading…
Reference in New Issue