dashboard/conf/01-local-test.yaml

41 lines
1.1 KiB
YAML

$schema: ../schemas/config.json
http_web:
exposed_url: http://me.local.jbrumond.me:8080
oidc:
server_url: https://sso.jbrumond.me/realms/public
client_id: local-test-service
client_secret: 7NwC0NEIHGuAa30Lp2V90KDOKOI3YlSt
pkce_cookie:
secure: false
session_cookie:
secure: false
pepper: 4tWRICqVeGtOHaq66RA62aGOhIQ
logging:
level: debug
pretty: true
services:
#
# Docs: <https://openweathermap.org/api>
# Access: <https://openweathermap.org/price>
openweathermap.org:
enabled: true
latitude: 45.49607
longitude: -122.67139
api_key: ''
#
# Docs: <https://www.weatherapi.com/docs/>
# Access: <https://www.weatherapi.com/pricing.aspx>
weatherapi.com:
enabled: true
api_key: e18fb4e3257d4adaa6911347231607
# US only; Provides weather forecasts and alerts.
# Docs: <https://www.weather.gov/documentation/services-web-api>
# Access: Free; Set a User-Agent below to identify yourself (see docs)
weather.gov:
enabled: true
latitude: 45.4961
longitude: -122.6714
user_agent: (local.jbrumond.me, james@jbrumond.me)