agora-server/app/config.py
2020-11-16 17:13:10 +01:00

8 lines
171 B
Python

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