From b1ef077766133b4d912de5339a97e2e0cb09aa01 Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Wed, 31 Jul 2024 23:41:20 +0200 Subject: [PATCH] developer/customization: improve CustomPath hints Additionally, the notice for restarting Forgejo was rewritten to be more explicit. (cherry picked from commit 85fbfe48856daf17bf04e0402b05726caf0cebb7) --- docs/developer/customization.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/developer/customization.md b/docs/developer/customization.md index bacb8d0f..4b109fac 100644 --- a/docs/developer/customization.md +++ b/docs/developer/customization.md @@ -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.