Skip to content

Commit 34068db

Browse files
Updated config.yaml for test setup
1 parent 91aebda commit 34068db

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

config.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ server:
1414
# databases for operations
1515
database:
1616
transaction_log_redis:
17-
# address: redis # Docker service name, not localhost
18-
address: localhost:6379
19-
# password: ${LACLM_TRANS_REDIS_PASSWORD}
20-
password:
21-
db: 1
17+
address: host.docker.internal:6379
18+
password: ${LACLM_TRANS_REDIS_PASSWORD}
19+
db: 0
2220
archival_postgres:
23-
host: 127.0.0.1
21+
host: host.docker.internal
2422
port: 5432
25-
user: "adityapatil"
23+
user: adityapatil
2624
password:
27-
dbname: "postgres"
25+
dbname: postgres
2826
sslmode: disable
2927

3028
# logging configurations
@@ -40,17 +38,17 @@ filesystem_servers:
4038
- path: /mnt/beegfs-1
4139
method: remote
4240
remote:
43-
host: host.docker.internal # allows container to access host network
41+
host: host.docker.internal
4442
port: 4444
4543

4644
# authentication information
4745
authentication:
4846
ldap:
4947
tls: false
50-
address: "ldap://openldap:389" # Use the service name from docker-compose
48+
address: "ldap://openldap:389"
5149
admin_dn: ${LACLM_LDAP_ADMIN_DN}
5250
admin_password: ${LACLM_LDAP_ADMIN_PASSWORD}
53-
search_base: "dc=example,dc=org"
51+
search_base: "cn=Pearson Specter Litt,dc=myorg,dc=local"
5452

5553
backend_security:
5654
jwt_secret_token: ${JWT_SECRET_TOKEN}

0 commit comments

Comments
 (0)