Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 1.74 KB

app_config.md

File metadata and controls

25 lines (24 loc) · 1.74 KB

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 | |