Sha256: 12f627592a6044b29f968fe61f5e586bbc873713204c3d43295f6e2498c0cb65

Contents?: true

Size: 936 Bytes

Versions: 18

Compression:

Stored size: 936 Bytes

Contents

# Copy this file to 'database.yml' and modify the copy as needed.
# IMPORTANT: Do not commit 'database.yml'.

defaults: &defaults
  adapter: postgresql
  username: <%= ENV['NULOGY_MESSAGE_BUS_PRODUCER_DATABASE_USER'] || "nulogy" %>
  password: <%= ENV['NULOGY_MESSAGE_BUS_PRODUCER_DATABASE_PASS'] || "Nulogy4Ever" %>
  host: <%= ENV['DATABASE_HOST'] || "localhost" %>
  port: 5438
  min_messages: warning
  schema_search_path: "\"$user\", public"

development: &development
  <<: *defaults
  database: <%= ENV['NULOGY_MESSAGE_BUS_PRODUCER_DEVELOPMENT_DATABASE'] || "nulogy_message_bus_producer_development" %>

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test: &test
  <<: *defaults
  database: <%= ENV['NULOGY_MESSAGE_BUS_PRODUCER_TEST_DATABASE'] || "nulogy_message_bus_producer_test" %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
nulogy_message_bus_producer-5.0.8 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.7 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.6 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.5 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.4 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.3 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.2 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.1 spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.1.alpha spec/dummy/config/database.yml
nulogy_message_bus_producer-5.0.0 spec/dummy/config/database.yml
nulogy_message_bus_producer-4.0.0 spec/dummy/config/database.yml
nulogy_message_bus_producer-3.7.0 spec/dummy/config/database.yml
nulogy_message_bus_producer-3.6.0 spec/dummy/config/database.yml
nulogy_message_bus_producer-3.5.0 spec/dummy/config/database.yml
nulogy_message_bus_producer-4.0.0.alpha spec/dummy/config/database.yml
nulogy_message_bus_producer-3.4.1 spec/dummy/config/database.yml
nulogy_message_bus_producer-3.4.0 spec/dummy/config/database.yml
nulogy_message_bus_producer-3.3.0 spec/dummy/config/database.yml