more
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
97b9ba756f
commit
76fecf61d1
1 changed files with 3 additions and 3 deletions
|
@ -58,15 +58,15 @@ https://github.com/loganinak/MigrateGitlabToGogs
|
||||||
|
|
||||||
## Where does Gitea store what file
|
## Where does Gitea store what file
|
||||||
|
|
||||||
- AppWorkPath
|
- _`AppWorkPath`_
|
||||||
- The `--work-path` flag
|
- The `--work-path` flag
|
||||||
- Else Environment variable `GITEA_WORK_DIR`
|
- Else Environment variable `GITEA_WORK_DIR`
|
||||||
- Else a built-in value set at build time
|
- Else a built-in value set at build time
|
||||||
- Else the directory that contains the Gitea binary
|
- 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`
|
- `APP_DATA_PATH` from `app.ini`
|
||||||
- Else _`AppWorkPath`_`/data`
|
- Else _`AppWorkPath`_`/data`
|
||||||
- CustomPath (custom templates)
|
- _`CustomPath`_ (custom templates)
|
||||||
- The `--custom-path` flag
|
- The `--custom-path` flag
|
||||||
- Else Environment variable `GITEA_CUSTOM`
|
- Else Environment variable `GITEA_CUSTOM`
|
||||||
- Else a built-in value set at build time
|
- Else a built-in value set at build time
|
||||||
|
|
Loading…
Add table
Reference in a new issue