agora-server/app/config.py
2020-11-27 18:24:26 -08:00

8 lines
196 B
Python

import os
import getpass
AGORA_PATH = os.getenv("AGORA_PATH", os.path.join("/home", getpass.getuser(), "agora"))
AGORA_VERSION = '0.5.3'
# With trailing slash.
URL_BASE = "https://anagora.org/"