Skip to content

Commit

Permalink
Update configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorafaelalmeida authored Oct 12, 2021
1 parent 9218bce commit 1053153
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions conf/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -883,9 +883,9 @@
],
"users": [
{
"name": "BMD Software",
"email": "[email protected]",
"password": "BmdBIcenter",
"name": "Admin",
"email": "[email protected]",
"password": "Admin",
"active": true,
"roles": [
"Administrator"
Expand All @@ -895,26 +895,26 @@
"authentications": [
{
"type": "LDAP",
"hostname": "bmd-software.com",
"port": 389,
"baseDN": "dc=bmd-software,dc=com",
"hostname": "my-host.com",
"port": 636,
"baseDN": "dc=my-host,dc=com",
"usernameAttributes": "uid",
"realnameAttributes": "cn",
"roles": [
"Administrator"
],
"institutions": [
"INSA",
"Briosa e Gala"
"UA",
"Demo"
]
}
],
"institutions": [
{
"name": "INSA"
"name": "UA"
},
{
"name": "Briosa e Gala"
"name": "Demo"
}
]
}
}

0 comments on commit 1053153

Please sign in to comment.