Prints out LDAP URL

This commit is contained in:
Aaron Louie 2020-05-11 16:22:42 -04:00
parent d8f7b6cc9f
commit 02118800ca
1 changed files with 1 additions and 0 deletions

View File

@ -52,3 +52,4 @@ print('DEVELOPMENT = ', DEVELOPMENT)
print('TESTING = ', TESTING)
print('PRODUCTION = ', PRODUCTION)
print('PB_BASE_URL = ', PB_BASE_URL)
print('LDAP_URL = ', LDAP_URL)