From e9a5e2fb3460c7d785e13dea8d25d1d58fc7e146 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:57:09 +0200 Subject: [PATCH] Rename config_panel.toml.example to config_panel.toml --- config_panel.toml.example => config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config_panel.toml.example => config_panel.toml (91%) diff --git a/config_panel.toml.example b/config_panel.toml similarity index 91% rename from config_panel.toml.example rename to config_panel.toml index 9355943..062c3ff 100644 --- a/config_panel.toml.example +++ b/config_panel.toml @@ -19,4 +19,4 @@ services = ["__APP__"] ask.en = "Enable user registration?" ask.fr = "Autoriser l’inscription d’utilisateurs ?" type = "boolean" - bind = "WT_REGISTRATION_DISABLED:/var/www/__APP__/.env" \ No newline at end of file + bind = "WT_REGISTRATION_DISABLED:/var/www/__APP__/.env"