Skip to content

Commit 42423a2

Browse files
committed
chore: remove postgres bundle store
1 parent 5b88139 commit 42423a2

File tree

29 files changed

+423
-9303
lines changed

29 files changed

+423
-9303
lines changed

.env.example

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,10 @@ TIPS_AUDIT_S3_REGION=us-east-1
1919
TIPS_AUDIT_S3_ACCESS_KEY_ID=minioadmin
2020
TIPS_AUDIT_S3_SECRET_ACCESS_KEY=minioadmin
2121

22-
# Maintenance
23-
TIPS_MAINTENANCE_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
24-
TIPS_MAINTENANCE_RPC_URL=http://localhost:2222
25-
TIPS_MAINTENANCE_RPC_POLL_INTERVAL_MS=250
26-
TIPS_MAINTENANCE_KAFKA_PROPERTIES_FILE=/app/docker/maintenance-kafka-properties
27-
TIPS_MAINTENANCE_FLASHBLOCKS_WS=ws://localhost:1115/ws
28-
TIPS_MAINTENANCE_KAFKA_TOPIC=tips-audit
29-
TIPS_MAINTENANCE_LOG_LEVEL=info
30-
TIPS_MAINTENANCE_FINALIZATION_DEPTH=10
31-
3222
# TIPS UI
33-
TIPS_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
3423
TIPS_UI_AWS_REGION=us-east-1
3524
TIPS_UI_S3_BUCKET_NAME=tips
3625
TIPS_UI_S3_CONFIG_TYPE=manual
3726
TIPS_UI_S3_ENDPOINT=http://localhost:7000
3827
TIPS_UI_S3_ACCESS_KEY_ID=minioadmin
3928
TIPS_UI_S3_SECRET_ACCESS_KEY=minioadmin
40-
41-
# Ingress Writer
42-
TIPS_INGRESS_WRITER_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
43-
TIPS_INGRESS_WRITER_KAFKA_PROPERTIES_FILE=/app/docker/ingress-writer-kafka-properties
44-
TIPS_INGRESS_KAFKA_TOPIC=tips-ingress
45-
TIPS_INGRESS_WRITER_AUDIT_TOPIC=tips-audit
46-
TIPS_INGRESS_WRITER_LOG_LEVEL=info

0 commit comments

Comments
 (0)