mirror of https://gitlab.com/ceda_ei/sky
10 lines
316 B
Python
10 lines
316 B
Python
# 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"
|