Browse Source

Merge branch 'master' of ssh://git.openwill.de:10022/openwill.de/Gitea

master
Timm 5 years ago
parent
commit
85bbd31947
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.md

+ 12
- 0
README.md View File

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

Loading…
Cancel
Save