Files
discord-aidolls/redis/example.env
Alex 3946c8bca9
Some checks failed
Builds / Discord-Node-Build (push) Has been cancelled
Builds / Discord-Ollama-Container-Build (push) Has been cancelled
Coverage / Discord-Node-Coverage (push) Has been cancelled
Deploy / Deploy-Application (push) Has been cancelled
added redis subdirectory for the redis container
2025-05-21 09:54:27 -04:00

7 lines
165 B
Bash
Executable File

# 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