Method: Conjure::Postgres#rails_config
- Defined in:
- lib/conjure/postgres.rb
#rails_config ⇒ Object
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/conjure/postgres.rb', line 16 def rails_config { "adapter" => "postgresql", "database" => @name, "host" => container_name, "username" => "db", "password" => @password, "template" => "template0", } end |