source: main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/_local_prepare_config.sh.in@ 35988

Last change on this file since 35988 was 35988, checked in by davidb, 2 years ago

Needs to be an environment variable so subsequent python script can access it

File size: 312 bytes
Line 
1
2my_python="my-python3-dev"
3
4# If changing the cutoff year value, also look at:
5# 03-GEN-VOTING-METADATA.sh
6# as this uses a spreadsheet that is static in the
7# years that is contains voting info about
8export esc_cutoff_endyear=2021
9
10export SPOTIPY_CLIENT_ID="changeme"
11export SPOTIPY_CLIENT_SECRET="changeme"
Note: See TracBrowser for help on using the repository browser.