Delete Server/Program/env.py

This commit is contained in:
jeanGaston 2024-06-03 13:14:29 +02:00 committed by GitHub
parent 6f96516374
commit c2a80b3c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +0,0 @@
LDAPUSER = "RO.doorAccess"
LDAPPASS = "@dmin.01I"
LDAP_SERVER = 'ldap://10.100.100.10'
DOOR_ACCESS_GROUPS_DN = 'ou=DoorAccess,ou=Groups,ou=BTS,dc=ad,dc=bts,dc=com'
USERS_DN = 'ou=Users,ou=BTS,dc=ad,dc=bts,dc=com'
DBFILE = "/db/data.db"
WebServerPORT = 5000