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