Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2022-11-01 17:09:07 +00:00
parent 97b9ba756f
commit 76fecf61d1
No known key found for this signature in database
GPG key ID: 3CDE74631F13A748

View file

@ -58,15 +58,15 @@ https://github.com/loganinak/MigrateGitlabToGogs
## Where does Gitea store what file
- AppWorkPath
- _`AppWorkPath`_
- The `--work-path` flag
- Else Environment variable `GITEA_WORK_DIR`
- Else a built-in value set at build time
- Else the directory that contains the Gitea binary
- AppDataPath (default for database, indexers, etc.)
- `%(APP_DATA_PATH)` (default for database, indexers, etc.)
- `APP_DATA_PATH` from `app.ini`
- Else _`AppWorkPath`_`/data`
- CustomPath (custom templates)
- _`CustomPath`_ (custom templates)
- The `--custom-path` flag
- Else Environment variable `GITEA_CUSTOM`
- Else a built-in value set at build time