7 lines
222 B
Python
7 lines
222 B
Python
import os
|
|
|
|
# Setup environment variables for testing
|
|
os.environ["INITIAL_SERVERS"] = "192.168.111.22"
|
|
os.environ["LOCAL_UUID"] = "d8b2e5e2-f675-4194-9324-af58e4b70c54"
|
|
os.environ["REDIS_URL"] = "redis://192.168.111.121/0"
|