From 57e56ae5353f8dc2184356b3cfdcbf23d266c99e Mon Sep 17 00:00:00 2001 From: OptimiDev Date: Mon, 20 Oct 2025 16:22:20 +0200 Subject: [PATCH] Added /exportmemory to... export your chats --- .env.example | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7f709bc --- /dev/null +++ b/.env.example @@ -0,0 +1,30 @@ +# Discord Configuration +DISCORD_TOKEN=MTQwMjE5MTc5ODc3NTk3NTk1Ng.GkQrrD.q3P6xRQRKQ5NvEBz7ePakoIGCyrLyH4lDRP364 +DISCORD_CLIENT_ID=1402191798775975956 +INCIDENT_WEBHOOK_URL=https://discord.com/api/webhooks/1426851551670042714/Yct5Ws3VYTosAQNpy7gyRL90J9C8XC3rTL-kdSKDKFHlO11x7HoDNVvdbakLICteNe4Z + +# Hint: You can get your Discord Token on +# https://discord.dev + + +# Gemini Configuration +GEMINI_API_KEY=AIzaSyA7wLJrk49zwmiKq2oSjoH5-mY0R9QMnLw + +# Hint: You can make a Gemini API key on +# https://aistudio.google.com/api-keys + + +# Database Configs +DATABASE_HOST=127.0.0.1 +DATABASE_PORT=3306 +DATABASE_USER=civita +DATABASE_PASSWORD=November10!?DE +DATABASE_NAME=civita + +# You can use following databases: +# -> MariaDB +# -> MySQL +# +# ...but you CANNOT USE other databases like: +# -> Postgres +# -> SQLite \ No newline at end of file