Sky/sample.config.py

10 lines
316 B
Python
Raw Normal View History

2018-12-09 11:04:14 +01:00
# Access token for Mapbox
mapbox_key = "pk.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Access token for Dark Sky
dark_sky_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Source line. Will be attached to the end of every message
# This line is necessary for complying with AGPL.
source = "Source: https://gitlab.com/ceda_ei/sky\n"