From 1361b84c06d1b6b6812db17ed18909880d8cd5ad Mon Sep 17 00:00:00 2001 From: optimidev Date: Thu, 9 Oct 2025 13:29:36 +0200 Subject: [PATCH] =?UTF-8?q?.example.env=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .example.env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .example.env diff --git a/.example.env b/.example.env new file mode 100644 index 0000000..c3ea4fc --- /dev/null +++ b/.example.env @@ -0,0 +1,8 @@ +DISCORD_TOKEN=(DISCORD TOKEN) +GEMINI_API_KEY=(GOOGLE GENAI KEY) +DISCORD_CLIENT_ID=(DISCORD APPLICATION ID) +DATABASE_HOST=127.0.0.1 +DATABASE_PORT=3306 +DATABASE_USER=(DATABASE USER) +DATABASE_PASSWORD=(DATABASE PASSWORD) +DATABASE_NAME=(DATABASE NAME) \ No newline at end of file