19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"ldap_config": {
|
|
"ldap_url": "ldap://ipa.example.com:389",
|
|
"security": "tls",
|
|
"ignore_invalid_cert": false,
|
|
"base_dn": "dc=example,dc=com",
|
|
"bind_dn": "",
|
|
"bind_password": ""
|
|
},
|
|
"style_config": {
|
|
"favicon_path": "./data/astraltech_logo.png",
|
|
"logo_path": "./data/astraltech_logo_large.png"
|
|
},
|
|
"server_config": {
|
|
"port": 8080,
|
|
"base_url": "https://profile.example.com"
|
|
}
|
|
}
|