forked from rudraks/boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_project.properties
More file actions
30 lines (26 loc) · 808 Bytes
/
_project.properties
File metadata and controls
30 lines (26 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
;#This is a sample configuration file
;#Comments start with ';', as in php.ini
[GLOBAL]
BROWSER_LOGS = FALSE ; to send any kind of logs on browser production/development
RX_SMARTY_DEBUG = FALSE; ; smart debug for all the variables send by smart templaate
DEBUG_BUILD = FALSE ; will set logs to info/warn/error level
RX_MODE_MAGIC = FALSE ; THE DEVELOPER BROWSER MODE
DEFAULT_TITLE = My Website
DEFAULT_BUNDLE = default_bundle
ENABLE_SCSS_PHP = TRUE
RX_RESP_CACHE_TIME = 900
;#Folder Structure
APP_PATH = app
CONTROLLER_PATH = app/controller
HANDLER_PATH = app/handler
VIEW_PATH = app/view
CONFIG_PATH = app/meta
MODEL_PATH = app/model
WEB_PATH = web
TEMP_EXT = .tpl
TEMP_DELIMITER = <rx::data/>
[CLIENT_CONST]
RX_UI_CACHE = FALSE
RX_JS_MERGE = TRUE
RX_JS_MIN = TRUE
RX_JS_MERGE_COUNT = 10