annuaire-eleves/annuaire/settings/secret_example.py

23 lines
442 B
Python

SECRET_KEY = "$=kp$3e=xh)*4h8(_g#lprlmve_vs9_xv9hlgse%+uk9nhc==x"
ADMINS = None
SERVER_EMAIL = "root@localhost"
EMAIL_HOST = None
LDAP = {
"SPI": {
"PROTOCOL": "ldaps",
"URL": "ldap.example.com",
"PORT": 636,
},
"CRI": {
"PROTOCOL": "ldap",
"URL": "ldap.example.com",
"PORT": 636,
},
}
ANNUAIRE = {
"PROTOCOL": "http",
"URL": "annuaire.example.com",
"PORT": 80,
}