Fixing gitea configuration template

This commit is contained in:
Philippe Caseiro 2018-10-31 12:44:41 +01:00
parent e09e1f03f1
commit 08aef8d219
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Eolisation de Gogs ! Eolisation de Gitea !

View File

@ -70,7 +70,7 @@ HOST = %%{gitea_dbserver}:%%{gitea_dbport}
%end if %end if
NAME = gitea NAME = gitea
USER = gitea USER = gitea
PASSWD=gitea1234 PASSWD = gitea1234
; For "postgres" only, either "disable", "require" or "verify-full" ; For "postgres" only, either "disable", "require" or "verify-full"
SSL_MODE = disable SSL_MODE = disable
; For "sqlite3" only ; For "sqlite3" only