mirror of https://github.com/go-gitea/gitea.git
docs: FAQ: the WorkPath can be set from --work-path (#19822)
This commit is contained in:
parent
cfb4c23a50
commit
410df1fbd4
|
@ -52,7 +52,8 @@ https://github.com/loganinak/MigrateGitlabToGogs
|
||||||
|
|
||||||
- WorkPath
|
- WorkPath
|
||||||
- Environment variable `GITEA_WORK_DIR`
|
- Environment variable `GITEA_WORK_DIR`
|
||||||
- Else binary location
|
- Else `--work-path` flag
|
||||||
|
- Else the directory that contains the Gitea binary
|
||||||
- AppDataPath (default for database, indexers, etc.)
|
- AppDataPath (default for database, indexers, etc.)
|
||||||
- `APP_DATA_PATH` from `app.ini`
|
- `APP_DATA_PATH` from `app.ini`
|
||||||
- Else `%(WorkPath)/data`
|
- Else `%(WorkPath)/data`
|
||||||
|
|
Loading…
Reference in New Issue