From f7196c313854a88cb853212201c64084cc0cd532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=96stanb=C3=A4ck?= Date: Mon, 11 Sep 2017 14:48:00 +0200 Subject: [PATCH] Add note about restart for config changes to take effect --- content/doc/advanced/config-cheat-sheet.en-us.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/doc/advanced/config-cheat-sheet.en-us.md b/content/doc/advanced/config-cheat-sheet.en-us.md index f475fd9..2546842 100644 --- a/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/content/doc/advanced/config-cheat-sheet.en-us.md @@ -25,6 +25,8 @@ Any configuration option that is marked by :exclamation: means that you should k Values containing `#` or `;` must be quoted using `` ` `` or `"""`. +**Note** that you have to restart Gitea for changes to take effect. + ## Overall (`DEFAULT`) - `APP_NAME`: Application name, change to whatever you want.