You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

266 B

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=<SECRET PASSWORD>
MYSQL_ROOT_PASSWORD=<SECRET ROOT PASSWORD>