-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7f198f
commit a34b190
Showing
2 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters