You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
345 B
13 lines
345 B
client_id = ''
|
|
token = '' # your bot's token
|
|
email = '' # contact email for ESI header in case CCP gets angry at you
|
|
|
|
weather_api = '' #darkskynet api key for weather data
|
|
opencage_key = '' #api token for opencage data (geocoding)
|
|
#evedev app variables
|
|
redirect = ''
|
|
esiclient_id = ''
|
|
secret_key = ''
|
|
|
|
redis_host = 'localhost'
|
|
redis_port = 6379
|
|
|