mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
developer/customization: improve CustomPath hints
Additionally, the notice for restarting Forgejo was rewritten to be more explicit.
This commit is contained in:
parent
7cc3393317
commit
85fbfe4885
1 changed files with 4 additions and 2 deletions
|
@ -20,8 +20,10 @@ binary.
|
|||
|
||||
Application settings can be found in file `CustomConf` which is by default,
|
||||
`$FORGEJO_CUSTOM/conf/app.ini` but may be different if your build has set this differently.
|
||||
Again `forgejo help` will allow you review this variable and you can override it using the
|
||||
`--config` option on the `forgejo` binary.
|
||||
|
||||
If you are having difficulty with finding the `CustomConf` directory, you can identify
|
||||
the variable using `forgejo help` or in the logs. This variable can be overridden using
|
||||
the `--config` option on the `forgejo` binary.
|
||||
|
||||
**Note:** Forgejo must perform a full restart to see configuration changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue