From 6e7aecd35b8abf0c5efd39cb596fb34cd331e8a2 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Thu, 15 Jan 2026 20:07:48 +0000 Subject: [PATCH] Convert .env.example into template.env --- .env.example | 11 ----------- template.env | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100755 .env.example create mode 100755 template.env diff --git a/.env.example b/.env.example deleted file mode 100755 index 650dc3c..0000000 --- a/.env.example +++ /dev/null @@ -1,11 +0,0 @@ -RCON_PASSWORD=ChangeMe - -FORWARDING_SECRET=ChangeMe - -DCLINK_GUILD=0000000000000000000 -DCLINK_CHANNEL=0000000000000000000 -DCLINK_ROLE=0000000000000000000 -DCLINK_TOKEN=InsertBotTokenHere - -LUCKPERMS_DB_PASSWORD=ChangeMe - diff --git a/template.env b/template.env new file mode 100755 index 0000000..4bfd9eb --- /dev/null +++ b/template.env @@ -0,0 +1,11 @@ +RCON_PASSWORD=${CFG_RCON_PASSWORD} + +FORWARDING_SECRET=${CFG_FORWARDING_SECRET} + +DCLINK_GUILD=${CFG_DCLINK_GUILD} +DCLINK_CHANNEL=${CFG_DCLINK_CHANNEL} +DCLINK_ROLE=${CFG_DCLINK_ROLE} +DCLINK_TOKEN=${CFG_DCLINK_TOKEN} + +LUCKPERMS_DB_PASSWORD=${CFG_LUCKPERMS_DB_PASSWORD} +