NeonGeckoCom / neon_api_proxy

Proxy to forward requests to external API's
Other
0 stars 3 forks source link

Update configuration handling #99

Closed NeonDaniel closed 2 months ago

NeonDaniel commented 3 months ago

Description

Update warning log to use log_deprecation Update config handling to support api_services config outside of keys since #98 enabled more configuration options

Issues

Continues config options added in #98

Other Notes

This leaves backwards-compat for config but allows configuring api_services outside of keys configuration since config may contain more options than keys now. i.e.:

api_services:
  wolfram_alpha:
    api_key: KEY
    cache_timeout: 300