Sha256: c71c9925058080d8f4b9b2325ab5ccfe43f27f8227ba6a03e92416f15a849aa7

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

app_name:

letsencrypt:
  enabled: false
  hostname:          # REQUIRED should be example.com or subdomain.example.com (do not include the www)
  email:             # REQUIRED

# Rails App Configs
be_app_repo:

# HTML/JS App Configs
# Uncomment if you want to deploy a JS/HTML App
# fe_app_repo:
# fe_app_branch: master
# fe_build_command: yarn run build:production

slack_webhook_url:

logrotate_scripts:
  - name: rails
    path: "{{be_app_path}}/log/*.log"
    options:
      - daily
      - rotate 30
      - missingok
      - compress
      - delaycompress
      - copytruncate

## Configure Postgresql Backups
## Uncomment the following to enabled backups
#
## Store Backups on S3 or seperate server via rsync
# S3
# backup_dir: s3+http://[aws_access_key:aws_secret_access_key]@bucket_name[/folder]
# Rsync
# backup_dir: s3+http://[aws_access_key:aws_secret_access_key]@bucket_name[/folder]
#
## Which Servers are backed up
# backup_hosts:
#   - production
#   - staging
#   - qa
#
## Set Backup Schedule
# backup_schedule: "* */4 * * *"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taperole-2.1.1 templates/base/tape_vars.example.yml
taperole-2.1.0 templates/base/tape_vars.example.yml