This repository has been archived on 2020-09-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
consumer-api/consumer_api/tests/__init__.py
2020-05-14 13:54:19 +02:00

6 lines
173 B
Python

import os
# Setup environment variables for testing
os.environ["LOCAL_UUID"] = "d8b2e5e2-f675-4194-9324-af58e4b70c54"
os.environ["REDIS_URL"] = "redis://192.168.111.121/0"