Skip to content

Commit

Permalink
Also add url to sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
alinetskyi committed Nov 7, 2023
1 parent 6e299e9 commit 0835b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ parsing:
average_block_time: 1s

database:
url: postgresql://root:password@postgres:5432/root?sslmode=disable&search_path=public
name: root # This is the defaults, but might be updated
host: postgres
port: 5432
Expand Down Expand Up @@ -71,4 +72,4 @@ pricefeed:
units:
- denom: coreum
exponent: 6
price_id: coreum
price_id: coreum

0 comments on commit 0835b9c

Please sign in to comment.