agora-server/app/config.py

9 lines
171 B
Python
Raw Normal View History

2020-11-07 18:38:01 +00:00
import os
import getpass
2020-11-07 18:38:01 +00:00
AGORA_PATH = os.path.join('/home', getpass.getuser(), 'agora')
2020-11-16 16:13:10 +00:00
AGORA_VERSION = '0.5.2'
# With trailing slash.
URL_BASE = "https://anagora.org/"