aboutsummaryrefslogtreecommitdiff
path: root/bot/.env.example
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-24 15:42:10 -0400
committerAndrew Lee <andrew@alee14.me>2025-03-24 15:42:10 -0400
commitad768e2b25b58d62a44aa2daeb1429a651d488e5 (patch)
treecadfaee0b8998c4d0d13a2a03bf18cc55e495264 /bot/.env.example
parent0453bafa63ccd1057279a1be9286b3e7ebcb62d2 (diff)
downloadAleeBot-ad768e2b25b58d62a44aa2daeb1429a651d488e5.tar.gz
AleeBot-ad768e2b25b58d62a44aa2daeb1429a651d488e5.tar.bz2
AleeBot-ad768e2b25b58d62a44aa2daeb1429a651d488e5.zip
Added JWT on API; Added back settings on Discord
Diffstat (limited to 'bot/.env.example')
-rw-r--r--bot/.env.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bot/.env.example b/bot/.env.example
new file mode 100644
index 0000000..40766e0
--- /dev/null
+++ b/bot/.env.example
@@ -0,0 +1,9 @@
+TOKEN=[discord token]
+PORT=3010
+CLIENT_ID=[Bot ID]
+STATUS_CHANNEL_ID=[Channel ID]
+OLLAMA_URL=[Ollama API URL]
+
+JWT_SECRET=[openssl rand -base64 32]
+API_USERNAME=admin
+API_PASSWORD_HASH=[bcrypt, 10]