mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-07-10 00:30:15 +08:00
4 lines
89 B
Python
4 lines
89 B
Python
import os
|
|
|
|
api_root = os.getenv("INDICO_PRIVATE_CLOUD_URL") or "http://apiv1.indico.io/"
|