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.

11 lines
266 B

  1. # Gitea
  2. ## .env Variablen für Produktion
  3. Es muss auf dem Server eine .env Datein im Rootverzeichnis des Repos manuell mit folgendem Inhalt erstellt werden:
  4. ```
  5. DB_USER=gitea
  6. DB_NAME=gitea
  7. DB_PASSWD=<SECRET PASSWORD>
  8. MYSQL_ROOT_PASSWORD=<SECRET ROOT PASSWORD>
  9. ```