Sha256: 39488c7331f4ae9f16d1f1989ebfd21029493cfa6004ef2ca7d563fba176298c

Contents?: true

Size: 647 Bytes

Versions: 2

Compression:

Stored size: 647 Bytes

Contents

app_name: vanilla

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: https://github.com/BrandonMathis/vanilla-rails-app.git

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taperole-2.1.1 test/rails/tape_vars.yml
taperole-2.1.0 test/rails/tape_vars.yml