Sha256: 3fc3d29ddd7833043202fe74d87bbbc40ab76653a0199d7edbeca470b2c2e096

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 Bytes

Contents

env_vars: 
  postgres_username: postgres
  postgres_password: your-postgres-password
  database_vendor: postgresql
  
actions: 
  - copy_file 'rails/config/database.pg.yml', 'config/database.yml', @config.smart.env
  - |
    Roro::CLI.roro_environments.each do |e| 
      @config.env[:rails_env] = e
      source = 'rails/dotenv/database.pg.env.tt'
      target = "roro/containers/database/#{e}.env"
      template( source, target, @config.env) 
    end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
roro-0.3.30 lib/roro/stacks/stories_v1/rollon/rails/database/postgresql.yml
roro-0.3.28 lib/roro/stacks/stories_v1/rollon/rails/database/postgresql.yml
roro-0.3.27 lib/roro/stacks/stories_v1/rollon/rails/database/postgresql.yml
roro-0.3.25 lib/roro/stacks/stories_v1/rollon/rails/database/postgresql.yml
roro-0.3.24 lib/roro/stacks/stories_v1/rollon/rails/database/postgresql.yml
roro-0.3.23 lib/roro/stacks/stories_v1/rollon/rails/database/postgresql.yml