v0.0.1
This commit is contained in:
17
data/config.example.json
Normal file
17
data/config.example.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user