Set the LDAP server to localhost in development

This commit is contained in:
Greg Karékinian 2019-11-04 19:58:47 +01:00
parent 00803f346c
commit 57351fef71

View File

@ -13,6 +13,11 @@
"elasticsearch": { "elasticsearch": {
"allocated_memory": "128m" "allocated_memory": "128m"
} }
},
"kosmos-dirsrv": {
"nginx": {
"domain": "localhost"
}
} }
} }
} }