mirror of
https://gitlab.com/ceda_ei/sky
synced 2025-03-11 16:06:52 +01:00
Add gitignore, sample config.
This commit is contained in:
parent
8a1c96c758
commit
1f267591ab
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"
|
Loading…
x
Reference in New Issue
Block a user