Sha256: 6ad750731cba8f0c4e756b4638a0613bf96bb738f09445e837e0e312c6baaa14
Contents?: true
Size: 748 Bytes
Versions: 11
Compression:
Stored size: 748 Bytes
Contents
# Conventions and defaults are defined here project_name: <%= project_name %> database_host: localhost use_sudo: true # ruby-common # pull the checksum/url from https://www.ruby-lang.org/en/downloads/ ruby_version: # ruby-2.7.1 ruby_checksum: # d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418 ruby_download_location: # https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.gz bundler_version: # 2.3.5 # Other stuff letsencrypt_email: nodejs_version: # 16.x ssl_enabled: true postgresql_version: # 14 logrotate_scripts: - name: rails path: "/u/apps/{{project_name}}/shared/log/{{rails_env}}.log" options: - weekly - size 100M - missingok - compress - delaycompress - copytruncate
Version data entries
11 entries across 11 versions & 1 rubygems