Standardize EVE datasource responses.

Remove alliance member count.
This commit is contained in:
Adarnof
2016-12-16 22:13:29 -05:00
parent 0fe5a1c5e3
commit 66240ad296
4 changed files with 242 additions and 1 deletions

View File

@@ -356,6 +356,14 @@ REJECT_OLD_APIS = 'True' == os.environ.get('AA_REJECT_OLD_APIS', 'False')
REJECT_OLD_APIS_MARGIN = os.environ.get('AA_REJECT_OLD_APIS_MARGIN', 50)
API_SSO_VALIDATION = 'True' == os.environ.get('AA_API_SSO_VALIDATION', 'False')
#######################
# EVE Provider Settings
#######################
# EVEONLINE_DATA_PROVIDER - Name of default data source for getting eve entity data
# Available soruces are 'esi' and 'xml'
#######################
EVEONLINE_DATA_PROVIDER = os.environ.get('AA_EVEONLINE_DATA_PROVIDER', 'esi')
#####################
# Alliance Market
#####################