agora-server/app/config.py

8 lines
147 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')
# With trailing slash.
URL_BASE = "https://anagora.org/"