example .env files
This commit is contained in:
19
example.env
Normal file
19
example.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Discord token for the bot
|
||||
CLIENT_TOKEN = MTM3MzY5MzcwNjk5Mjg3NzY3OQ.GN4JNU.SumD_y2p2Blh4wXiQ30Ns6XkUFahpESc27R7z8
|
||||
|
||||
# Default model for new users
|
||||
MODEL = aidoll-gemma3-12b-q6:latest
|
||||
|
||||
# ip/port address of docker container, I use 172.33.0.3 for docker, 127.0.0.1 for local
|
||||
OLLAMA_IP = 192.168.0.80
|
||||
OLLAMA_PORT = 11434
|
||||
|
||||
# ip address for discord bot container, I use 172.33.0.2, use different IP than ollama_ip
|
||||
DISCORD_IP = 172.33.0.2
|
||||
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.4
|
||||
REDIS_PORT = 6379
|
||||
6
redis/example.env
Normal file
6
redis/example.env
Normal file
@@ -0,0 +1,6 @@
|
||||
# subnet address, ex. 172.33.0.0 as we use /16.
|
||||
SUBNET_ADDRESS = 172.33.0.0
|
||||
|
||||
# redis port and ip, default redis port is 6379
|
||||
REDIS_IP = 172.33.0.4
|
||||
REDIS_PORT = 6379
|
||||
Reference in New Issue
Block a user