Change MAXMIND_LICENSE_KEY env for docker compose

This commit is contained in:
samwiseg0 2020-01-01 18:08:00 -05:00
parent 6d13c1f6f3
commit 1820941a6d

View file

@ -254,7 +254,7 @@ class INIParser(object):
server_id)
exit(1)
maxmind_license_key = env.get('MAXMIND_LICENSE_KEY',
maxmind_license_key = env.get(f'VRKN_GLOBAL_MAXMIND_LICENSE_KEY',
self.config.get('global', 'maxmind_license_key'))
server = TautulliServer(id=server_id, url=scheme + url, api_key=apikey,