agora-server/app/config.py
2020-11-22 18:55:12 +01:00

8 lines
171 B
Python

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