Skip to content

Commit

Permalink
Initial setup in a new environment
Browse files Browse the repository at this point in the history
The result of running the npm build and editing the .env file
  • Loading branch information
owlbrudder committed Sep 6, 2023
1 parent 71df876 commit 23e06de
Show file tree
Hide file tree
Showing 4 changed files with 947 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .env
Expand Up @@ -2,7 +2,15 @@
# ENVIRONMENT
#--------------------------------------------------------------------

CI_ENVIRONMENT = production
CI_ENVIRONMENT = development


#--------------------------------------------------------------------
APP
#--------------------------------------------------------------------
app.appTimezone = 'Asia/Taipei'
#app.baseUrl = 'http://localhost/public/'


#--------------------------------------------------------------------
# DATABASE
Expand Down Expand Up @@ -33,7 +41,7 @@ database.tests.DBPrefix = 'ospos_'
# ENCRYPTION
#--------------------------------------------------------------------

encryption.key = ''
encryption.key = '1qmfU78Yy5EA1e6K1g9DiVz1GfIdagiH'

#--------------------------------------------------------------------
# LOGGER
Expand All @@ -49,8 +57,8 @@ encryption.key = ''
# - 9 = All Messages
#--------------------------------------------------------------------

logger.threshold = 0
app.db_log_enabled = false
logger.threshold = 9
app.db_log_enabled = true

#--------------------------------------------------------------------
# HONEYPOT
Expand Down

0 comments on commit 23e06de

Please sign in to comment.