Sha256: 32bf3f6187cbab78c86a30d2ee11e57cde8593ca470b336e80c5f2d882ae830e

Contents?: true

Size: 530 Bytes

Versions: 30

Compression:

Stored size: 530 Bytes

Contents

development: &development
  adapter: postgresql
  encoding: unicode
  database: {{app_name}}_dev
  # username: postgres
  pool: 5
  host: 127.0.0.1

# 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:
  <<: *development
  database: {{app_name}}_test

production:
  adapter: postgresql
  encoding: unicode
  database: {{app_name}}_dev
  # username: postgres
  pool: 5
  host: 127.0.0.1

Version data entries

30 entries across 15 versions & 1 rubygems

Version Path
xing-framework-1.0.0.pre.beta.1 default_configuration/templates/backend/config/database.yml.example
xing-framework-1.0.0.pre.beta.1 default_configuration/templates/backend/config/database.yml
xing-framework-1.0.0.pre.beta default_configuration/templates/backend/config/database.yml.example
xing-framework-1.0.0.pre.beta default_configuration/templates/backend/config/database.yml
xing-framework-1.0.0.pre.alpha default_configuration/templates/backend/config/database.yml
xing-framework-1.0.0.pre.alpha default_configuration/templates/backend/config/database.yml.example
xing-framework-0.3.2 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.3.2 default_configuration/templates/backend/config/database.yml
xing-framework-0.3.1 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.3.1 default_configuration/templates/backend/config/database.yml
xing-framework-0.3.0 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.3.0 default_configuration/templates/backend/config/database.yml
xing-framework-0.2.9 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.2.9 default_configuration/templates/backend/config/database.yml
xing-framework-0.2.9.beta1 default_configuration/templates/backend/config/database.yml
xing-framework-0.2.9.beta1 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.2.8 default_configuration/templates/backend/config/database.yml
xing-framework-0.2.8 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.2.8.beta1 default_configuration/templates/backend/config/database.yml.example
xing-framework-0.2.8.beta1 default_configuration/templates/backend/config/database.yml