forked from tokend/developer-edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhorizon.yaml
31 lines (30 loc) · 1.52 KB
/
horizon.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
config:
stellar_core_url: http://core:8080
stellar_core_database_url: postgres://core:core@core/core?sslmode=disable
hostname: ""
database_url: postgres://horizon:horizon@localhost/horizon?sslmode=disable
log_level: "warn"
slow_query_bound: 1s
port: 80
ingest: true
stale_threshold: 0
sign_checkskip: false
cors_enabled: false
disable_api_submit: true
disable_tx_tfa: true
force_https_links: false
# we are using sentry for error collection, you could opt-out by removing following line
sentry_dsn: "https://[email protected]/7"
sentry_log_level: "warn"
project: "horizon"
env: "developer-edition"
migrate_up_on_start: true
api_backend: http://black.hole
template_backend: http://black.hole
invest_ready: http://black.hole
telegram_airdrop: http://black.hole
cop:
endpoint: http://cop
upstream: http://horizon
service_name: "horizon-service"
service_port: "80"