@@ -19,28 +19,10 @@ TIPS_AUDIT_S3_REGION=us-east-1
1919TIPS_AUDIT_S3_ACCESS_KEY_ID = minioadmin
2020TIPS_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
3423TIPS_UI_AWS_REGION = us-east-1
3524TIPS_UI_S3_BUCKET_NAME = tips
3625TIPS_UI_S3_CONFIG_TYPE = manual
3726TIPS_UI_S3_ENDPOINT = http://localhost:7000
3827TIPS_UI_S3_ACCESS_KEY_ID = minioadmin
3928TIPS_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