Skip to content

Commit d005dea

Browse files
author
Alvaro Arroyo Parejo
committed
remove default value in environment variable for testing
1 parent d52b1fe commit d005dea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ESANEOCC/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class Conf(_config.ConfigNamespace):
1616
"""
1717
Configuration parameters for 'ESANEOCC'
1818
"""
19-
BASE_URL = 'https://' + os.getenv('NEOCC_PORTAL_IP',
20-
default='neo.ssa.esa.int')
19+
BASE_URL = 'https://' + os.getenv('NEOCC_PORTAL_IP')
2120

2221
API_URL = _config.ConfigItem(BASE_URL +
2322
'/PSDB-portlet/download?file=')

0 commit comments

Comments
 (0)