cloud/config.py-example

9 lines
235 B
Plaintext
Raw Normal View History

2024-12-20 11:17:50 +00:00
API_TOKEN = "YOU TOKEN"
API_VERSION = "38.1"
SITE = "SITE NAME"
TENANT = "TENANT NAME"
AD_SERVER = "x.x.x.x"
AD_USERNAME = "UserLogin@domain.name"
AD_PASSWORD = "VeeeeryStrongPassword"
AD_BASE_DN = "OU=Super,OU=Users,dc=consto,dc=com"