7 lines
167 B
Bash
Executable File
7 lines
167 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.100
|
|
REDIS_PORT = 6379
|