Skip to content

Commit 6fbb5eb

Browse files
Updated config for Rocky
1 parent 95d43ff commit 6fbb5eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ server:
1515
# databases for operations
1616
database:
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:
4646
authentication:
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"

0 commit comments

Comments
 (0)