mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-07-09 22:00:03 +02:00
Store repository data in data path if not previously set (#13991)
* Store repository data in data path if not previously set * update docs * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-authored-by: silverwind <me@silverwind.io> * update docs Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
b8c58edf39
commit
88b585c2e0
5 changed files with 8 additions and 13 deletions
|
@ -64,7 +64,7 @@ https://github.com/loganinak/MigrateGitlabToGogs
|
|||
- Windows: Environment variable `USERPROFILE`, else environment variables `HOMEDRIVE`+`HOMEPATH`
|
||||
- RepoRootPath
|
||||
- `ROOT` in `app.ini`
|
||||
- Else `%(HomeDir)/gitea-repositories`
|
||||
- Else `%(AppDataPath)/gitea-repositories`
|
||||
- INI (config file)
|
||||
- `-c` flag
|
||||
- Else `%(CustomPath)/conf/app.ini`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue