Added /exportmemory to... export your chats
This commit is contained in:
30
.env.example
Normal file
30
.env.example
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user