This website works better with JavaScript.
Home
Explore
Help
Sign In
Applications
/
Gitea
Watch
2
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Dokumentation über die Variablendatein .env
master
bmen
5 years ago
parent
94a5b3feec
commit
6f759d3830
1 changed files
with
12 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
```
Write
Preview
Loading…
Cancel
Save