mirror of
https://gitlab.com/ceda_ei/sky
synced 2025-12-03 10:40:05 +01:00
Add gitignore, sample config.
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
config.py
|
||||||
|
__pycache__/
|
||||||
5
sample.config.py
Normal file
5
sample.config.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Access token for Mapbox
|
||||||
|
mapbox_key = "pk.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||||
|
|
||||||
|
# Access token for Dark Sky
|
||||||
|
dark_sky_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||||
Reference in New Issue
Block a user