diff options
Diffstat (limited to 'bot/.env.example')
| -rw-r--r-- | bot/.env.example | 9 |
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] |
