-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.dev
More file actions
24 lines (17 loc) · 748 Bytes
/
.env.dev
File metadata and controls
24 lines (17 loc) · 748 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
#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT = development
#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
app.baseURL = 'http://dev.nav.com'
app.appTimezone='Asia/Shanghai'
#--------------------------------------------------------------------
# ENCRYPTION
#--------------------------------------------------------------------
# encryption.key =
#--------------------------------------------------------------------
# LOGGER
#--------------------------------------------------------------------
logger.threshold = 8