File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ server:
1515# databases for operations
1616database :
1717 transaction_log_redis :
18- address : host.docker.internal :6379
18+ address : localhost :6379
1919 password : ${LACLM_TRANS_REDIS_PASSWORD}
2020 db : 0
2121 archival_postgres :
22- host : host.docker.internal
22+ host : localhost
2323 port : 5432
24- user : adityapatil
25- password :
24+ user : postgres
25+ password : idontlikepeople
2626 dbname : postgres
2727 sslmode : disable
2828
@@ -46,7 +46,7 @@ filesystem_servers:
4646authentication :
4747 ldap :
4848 tls : false
49- address : " ldap://openldap :389"
49+ address : " ldap://localhost :389"
5050 admin_dn : ${LACLM_LDAP_ADMIN_DN}
5151 admin_password : ${LACLM_LDAP_ADMIN_PASSWORD}
5252 search_base : " cn=Princeton Plainsboro Hospital ,dc=myorg,dc=local"
You can’t perform that action at this time.
0 commit comments