From 6f759d38305691fba994dc23f7fe7029fdb9d446 Mon Sep 17 00:00:00 2001 From: bmen Date: Sat, 6 Jun 2020 18:43:32 +0200 Subject: [PATCH] =?UTF-8?q?Dokumentation=20=C3=BCber=20die=20Variablendate?= =?UTF-8?q?in=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e69de29..847bec1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,12 @@ +# Gitea + +## .env Variablen für Produktion + +Es muss auf dem Server eine .env Datein im Rootverzeichnis des Repos manuell mit folgendem Inhalt erstellt werden: + +``` +DB_USER=gitea +DB_NAME=gitea +DB_PASSWD= +MYSQL_ROOT_PASSWORD= +``` \ No newline at end of file