Ignore:
Timestamp:
01/02/16 12:16:46 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for an environment variable that can be set to use a different base URL for the MAVA site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/common.py

    r651 r740  
    1515# used, which is the default on Windows or when the \c FORCE_PYGTK environment
    1616# variable is set.
     17
     18#---------------------------------------------------------------------------------------
     19
     20MAVA_BASE_URL = os.environ.get("MAVA_BASE_URL", "http://virtualairlines.hu")
    1721
    1822#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.