-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
30 lines (25 loc) · 1.15 KB
/
.env
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
#--------------------------------------------------------------------
# Example Environment Configuration file
#
# This file can be used as a starting point for your own
# custom .env files, and contains most of the possible settings
# available in a default install.
#
# By default, all of the settings are commented out. If you want
# to override the setting, you must un-comment it by removing the '#'
# at the beginning of the line.
#--------------------------------------------------------------------
#--------------------------------------------------------------------
# ENVIRONMENT
#--------------------------------------------------------------------
CI_ENVIRONMENT=production
ENVIRONMENT=production
#--------------------------------------------------------------------
# APP
#--------------------------------------------------------------------
# If you have trouble with NodCMS dynamic base url finder. Uncomment the bellow line and place your domain in there.
# app.baseURL='https://your-domain'
# If you have trouble with `.`, you could also use `_`.
# app_baseURL = ''
# app.forceGlobalSecureRequests=false
# app.CSPEnabled=false