File size: 239 Bytes
cc877a2
f416eb7
06f1379
 
 
c729bdb
f416eb7
1
2
3
4
5
6
7
import os
credentials = {
        "api_key": os.environ.get("WX_APIKEY"),
        "project_id": os.environ.get("WX_PROJECT_ID"),
        "space_id": os.environ.get("WX_SPACE_ID"),
        "region": os.environ.get("WX_REGION") or "EU"
    }