Files
Self-Service-Dashboard/data/config.example.json

26 lines
589 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"
},
"email_config": {
"username": "noreply",
"email": "noreply@example.com",
"password": "",
"smtp_url": "mx.example.com",
"smtp_port": 587
}
}