Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions templates/setup/.env
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ SAILS_SESSION_SECRET="<%= sailsSessionSecret %>"

# Appbuilder service
# APPBUILDER_ENABLE=[true,false]
# APPBUILDER_LABEL_UPDATES=[true,false]
# CIRCUITBREAKER_TIMEOUT=3000
# CIRCUITBREAKER_THRESHHOLD=50
# CIRCUITBREAKER_RESET=30000
Expand Down Expand Up @@ -130,7 +131,8 @@ SAILS_SESSION_SECRET="<%= sailsSessionSecret %>"
# LOG_MANAGER_ENABLE=[true,false]
# SENTRY_ENABLED=[true,false]
# SENTRY_DSN="url to send the events to"
# SENTRY_SAMPLE_RATE=[0.0 - 1.0] # percent of error events that get sent: 1.0 == 100%
# SENTRY_SAMPLE_RATE=[0.0 - 1.0]
## SENTRY_SAMPLE_RATE: percent of error events that get sent: 1.0 == 100%
# SENTRY_SERVER_NAME="<%= stack %>_Appbuilder"
## or if you need more complicated settings:
## SENTRY_CONFIG="JSON.stringify({your.sentry.config})"
Expand All @@ -141,7 +143,7 @@ SAILS_SESSION_SECRET="<%= sailsSessionSecret %>"
# NOTIFICATION_EMAIL_DEFAULT=[smtp, mailchimp, etc...]
# SMTP_HOST="smtp.host.com"
# SMTP_PORT=465 # or 25
# SMTP_SECURE=[true,false] #use ssl encryption
# SMTP_SECURE=[true,false]
# SMTP_USER="user.name@email.com"
# SMTP_PASSWORD="<ThereIsNoSpoon>"
## NOTE: if you want to use a more complicated setup, you can provide
Expand Down
1 change: 1 addition & 0 deletions templates/setup/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ services:
# - MYSQL_POOL_MAX
# - MYSQL_POOL_ACQUIRE_TIMEOUT
- APPBUILDER_ENABLE
- APPBUILDER_LABEL_UPDATES
- CIRCUITBREAKER_TIMEOUT
- CIRCUITBREAKER_THRESHHOLD
- CIRCUITBREAKER_RESET
Expand Down
1 change: 1 addition & 0 deletions templates/setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ services:
# - MYSQL_POOL_MAX
# - MYSQL_POOL_ACQUIRE_TIMEOUT
- APPBUILDER_ENABLE
- APPBUILDER_LABEL_UPDATES
- CIRCUITBREAKER_TIMEOUT
- CIRCUITBREAKER_THRESHHOLD
- CIRCUITBREAKER_RESET
Expand Down