# Application Global Config | Property | Type | Default | Description | | ------------- | ------------- | ------------- | ------------- | | __CONFIG.`ENV`__ | _String_ | 'production' | Values: 'development', 'test' | | __CONFIG.`NO_SCRIPT`__ | _Boolean_ | false | Enable no-script mode | | __CONFIG.`DEBUG`__ | _Boolean_ | false | Enable debug mode | | __CONFIG.`SHOW_DEBUG`__ | _Boolean_ | false | Show debug on start | | __CONFIG.`DESKTOP`__ | _Boolean_ | true | Allow Desktop Browser Support | | __CONFIG.`FORCE_ORIENTATION`__ | _String_ | 'landscape' | Values: 'portrait', 'none' | | __CONFIG.`MIN_DIMENSION`__ | _Integer_ | 1024 | Minimum Dimension (Pixel) | | __CONFIG.`MAX_DIMENSION`__ | _Integer_ | 1024 | Maximum Dimension (Pixel) | | __CONFIG.`MIN_ASPECT_RATIO`__ | _Float_ | 0.7 | Minimum Aspect Ratio (Factor W/H) | | __CONFIG.`MAX_ASPECT_RATIO`__ | _Float_ | 1.35 | Maximum Aspect Ratio (Factor W/H) | | __CONFIG.`HIDE_STATUSBAR`__ | _Boolean_ | true | Hide Device Statusbar | | __CONFIG.`MAX_CACHE_TIME`__ | _Integer_ | 300000 | Define Response Cache Expiration | | __CONFIG.`MAX_FILE_STORAGE_MB`__ | _Integer_ | 25 | Define reserved persistent local storage (FileSystem API) | | __CONFIG.`APP_VERSION`__ | _String_ | '01.00.00' | App Version | | __CONFIG.`SETTINGS_VERSION`__ | _Float_ | 0.0 | Settings Version (Incremental) | | __CONFIG.`CORE_VERSION`__ | _Float_ | 0.6 | Core Version (Incremental) | | __CONFIG.`SERVER_HOST`__ | _String_ | 'https://api.backend.com' | Backend Server HTTP Host | | __CONFIG.`EVENT_DEFAULT_DELAY`__ | _Integer_ | 0 | | | __CONFIG.`START_DELAY`__ | _Integer_ | 500 | | | __CONFIG.`KEEP_LOGIN_INTERVAL`__ | _Integer_ | 3000 | |