Skip to content

Commit

Permalink
fix cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Dec 4, 2024
1 parent 42d316e commit 5ec7c65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ external_apis:
api_key: ${COINMARKETCAP_API_KEY}
base_url: "https://pro-api.coinmarketcap.com/v1"
timeout: 10s # http client timeout
cache_ttl: 3s # mongodb ttl
cache_ttl: 300s # mongodb ttl
2 changes: 1 addition & 1 deletion config/config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ external_apis:
api_key: ${COINMARKETCAP_API_KEY}
base_url: "https://pro-api.coinmarketcap.com/v1"
timeout: 10s # http client timeout
cache_ttl: 3s # mongodb ttl
cache_ttl: 300s # mongodb ttl
4 changes: 2 additions & 2 deletions tests/config/config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ terms_acceptance_logging:
enabled: true
external_apis:
coinmarketcap:
api_key: "c382e883-36c9-401b-85c3-ff4607f473a4"
api_key: ${COINMARKETCAP_API_KEY}
base_url: "https://pro-api.coinmarketcap.com/v1"
timeout: 10s # http client timeout
cache_ttl: 9s # mongodb ttl
cache_ttl: 300s # mongodb ttl

0 comments on commit 5ec7c65

Please sign in to comment.