Update config.yml
This commit is contained in:
parent
e740f365ca
commit
4016de3129
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ weather:
|
||||||
longitude: -89.485937
|
longitude: -89.485937
|
||||||
player:
|
player:
|
||||||
geolite2_accountId: 710438
|
geolite2_accountId: 710438
|
||||||
geolite2_apiKey: 'qLeseHp4QNQcqRGn'
|
geolite2_apiKey: 'qLeseHp4QNQcqRGn' # Get your own @ https://www.maxmind.com/en/geolite2/signup
|
||||||
map:
|
map:
|
||||||
# Man I've really suffered while working on this one (i hate maths)
|
# Man I've really suffered while working on this one (i hate maths)
|
||||||
# Info:
|
# Info:
|
||||||
|
@ -39,7 +39,7 @@ provider:
|
||||||
# Provider settings here
|
# Provider settings here
|
||||||
# Unlike the previous option, these are case sensitive
|
# Unlike the previous option, these are case sensitive
|
||||||
openweathermap:
|
openweathermap:
|
||||||
apiKey: 'd3d37fd3511ef1d4b44c7d574e9b56b8'
|
apiKey: 'd3d37fd3511ef1d4b44c7d574e9b56b8' # PLEASE get your own @ https://home.openweathermap.org/users/sign_up
|
||||||
# More providers soon!
|
# More providers soon!
|
||||||
|
|
||||||
realtime:
|
realtime:
|
||||||
|
|
Loading…
Reference in a new issue