agora-server/app/config.py

9 lines
196 B
Python
Raw Normal View History

2020-11-07 18:38:01 +00:00
import os
import getpass
AGORA_PATH = os.getenv('AGORA_PATH', os.path.join('/home', getpass.getuser(), 'agora'))
2020-11-22 17:55:12 +00:00
AGORA_VERSION = '0.5.3'
# With trailing slash.
URL_BASE = "https://anagora.org/"