typo fix: gogs -> gitea

This commit is contained in:
AJ ONeal 2017-10-25 17:28:49 -06:00
parent f2aa6ef64c
commit 2ff29564ef
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Your `custom/conf/app.ini` has a line like this:
```
[database]
DB_TYPE = sqlite3
PATH = data/gogs.db
PATH = data/gitea.db
```
And it should probably look like this instead: