diff --git a/autopilot/config.py b/autopilot/config.py index c417aee..9324065 100644 --- a/autopilot/config.py +++ b/autopilot/config.py @@ -24,9 +24,9 @@ LOGGING_CONFIG = { }, }, } -BASE_URL = 'https://ecac.aerocalendar.com' TIME_ZONE = 'America/New_York' # of the club +BASE_URL = os.environ.get('AUTOPILOT_BASE_URL') USERNAME = os.environ.get('AUTOPILOT_USERNAME') PASSWORD = os.environ.get('AUTOPILOT_PASSWORD') USER_ID = os.environ.get('AUTOPILOT_USER_ID')