Change MAXMIND_LICENSE_KEY env for docker compose
This commit is contained in:
parent
6d13c1f6f3
commit
1820941a6d
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class INIParser(object):
|
||||||
server_id)
|
server_id)
|
||||||
exit(1)
|
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'))
|
self.config.get('global', 'maxmind_license_key'))
|
||||||
|
|
||||||
server = TautulliServer(id=server_id, url=scheme + url, api_key=apikey,
|
server = TautulliServer(id=server_id, url=scheme + url, api_key=apikey,
|
||||||
|
|
Loading…
Reference in a new issue