2020-11-07 18:38:01 +00:00
|
|
|
import os
|
|
|
|
import getpass
|
2020-11-10 21:48:20 +00:00
|
|
|
|
2020-11-28 04:06:40 +00:00
|
|
|
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'
|
2020-11-10 21:48:20 +00:00
|
|
|
|
|
|
|
# With trailing slash.
|
|
|
|
URL_BASE = "https://anagora.org/"
|