Skip to content

Commit 23a9a0c

Browse files
Updated config.yaml for PQ
1 parent 2ee72b5 commit 23a9a0c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

config.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,18 @@ server:
1414
# databases for operations
1515
database:
1616
transaction_log_redis:
17-
address: redis # Docker service name, not localhost
18-
password: ${LACLM_TRANS_REDIS_PASSWORD}
17+
# address: redis # Docker service name, not localhost
18+
address: localhost:6379
19+
# password: ${LACLM_TRANS_REDIS_PASSWORD}
20+
password:
1921
db: 1
22+
archival_postgres:
23+
host: 127.0.0.1
24+
port: 5432
25+
user: "adityapatil"
26+
password:
27+
dbname: "postgres"
28+
sslmode: disable
2029

2130
# logging configurations
2231
logging:

0 commit comments

Comments
 (0)