agora-server/app/config.py

4 lines
88 B
Python

import os
import getpass
AGORA_PATH = os.path.join('/home', getpass.getuser(), 'agora')