10 lines
366 B
Bash
10 lines
366 B
Bash
# scripts common shared variables
|
|
# this is to copy as a file named "secrets_variables.sh" which is ignored in this git repo
|
|
|
|
export OAUTH_TOKEN="MLYabcdeeeeeeeeeeeeee_replace_it"
|
|
export MAPILLARY_DEV_TOKEN="MLY|blahblah_replace_it"
|
|
export USER_ID_MAPILLARY="123456789_replace_it"
|
|
export GEOVISIO_TOKEN="_replace_it"
|
|
# you can keep it
|
|
export SEQUENCES_COUNT="10000"
|