doorboy-proxy/const.py

3 lines
92 B
Python

import os
MONGO_URI = os.getenv("MONGO_URI", "mongodb://127.0.0.1:27017/kspace_accounting")