0
0
Fork 0
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:
Panagiotis "Ivory" Vasilopoulos 2024-07-31 23:41:20 +02:00 committed by Gusted
parent 7cc3393317
commit 85fbfe4885

View file

@ -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.