Sha256: 5b066dac5c29c3e3d7901e337901947558fd463c5fd1a57eb7ae41d716486ba0

Contents?: true

Size: 259 Bytes

Versions: 14

Compression:

Stored size: 259 Bytes

Contents

<%= fetch(:rails_env) %>:
  adapter: postgresql
  timeout: 5000
  encoding: utf8
  reconnect: false
  database: <%= "#{fetch(:application)}_#{fetch(:rails_env)}" %>
  pool: 5
  username: <%= "#{fetch(:deploy_user)}" %>
  password: secret
  host:
  port: 5432

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
teleporter-2.0.8 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-2.0.7 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-2.0.6 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-2.0.4 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-2.0.2 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-2.0.1 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-2.0.0 lib/generators/teleport/templates/capistrano/shared/database.example.yml.erb
teleporter-1.2.4 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb
teleporter-1.2.3 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb
teleporter-1.2.2 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb
teleporter-1.2.1 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb
teleporter-1.1.1 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb
teleporter-1.1.0 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb
teleporter-1.0.2 lib/generators/initial/templates/capistrano/shared/database.example.yml.erb