Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ TIPS_INGRESS_RPC_MEMPOOL=http://localhost:2222
TIPS_INGRESS_DUAL_WRITE_MEMPOOL=false
TIPS_INGRESS_KAFKA_BROKERS=localhost:9092
TIPS_INGRESS_KAFKA_TOPIC=tips-audit
TIPS_INGRESS_LOG_LEVEL=debug
TIPS_INGRESS_LOG_LEVEL=info
TIPS_INGRESS_KAFKA_QUEUE_TOPIC=tips-ingress-rpc
TIPS_INGRESS_SEND_TRANSACTION_DEFAULT_LIFETIME_SECONDS=10800

# Audit service configuration
TIPS_AUDIT_KAFKA_BROKERS=localhost:9092
TIPS_AUDIT_KAFKA_TOPIC=tips-audit
TIPS_AUDIT_KAFKA_GROUP_ID=local-audit
TIPS_AUDIT_LOG_LEVEL=debug
TIPS_AUDIT_LOG_LEVEL=info
TIPS_AUDIT_S3_BUCKET=tips
TIPS_AUDIT_S3_CONFIG_TYPE=manual
TIPS_AUDIT_S3_ENDPOINT=http://localhost:7000
Expand All @@ -22,11 +23,13 @@ TIPS_AUDIT_S3_SECRET_ACCESS_KEY=minioadmin

# Maintenance
TIPS_MAINTENANCE_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
TIPS_MAINTENANCE_RPC_NODE=http://localhost:2222
TIPS_MAINTENANCE_RPC_URL=http://localhost:2222
TIPS_MAINTENANCE_RPC_POLL_INTERVAL_MS=250
TIPS_MAINTENANCE_KAFKA_BROKERS=localhost:9092
TIPS_MAINTENANCE_FLASHBLOCKS_WS=ws://localhost:1115/ws
TIPS_MAINTENANCE_KAFKA_TOPIC=tips-audit
TIPS_MAINTENANCE_POLL_INTERVAL_MS=250
TIPS_MAINTENANCE_LOG_LEVEL=debug
TIPS_MAINTENANCE_LOG_LEVEL=info
TIPS_MAINTENANCE_FINALIZATION_DEPTH=10

# TIPS UI
TIPS_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading