From 08aef8d219b5b989bde61a6ec602746ec75d243d Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 31 Oct 2018 12:44:41 +0100 Subject: [PATCH] Fixing gitea configuration template --- README.md | 2 +- tmpl/gitea.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 181a5ea..3960f87 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Eolisation de Gogs ! +Eolisation de Gitea ! diff --git a/tmpl/gitea.conf b/tmpl/gitea.conf index a2261c3..3a86cc4 100644 --- a/tmpl/gitea.conf +++ b/tmpl/gitea.conf @@ -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