Sha256: 3a540c9fa48c9ae94834a8214e5ee64595367933f2f16cf9c14278a64a3a62ac

Contents?: true

Size: 643 Bytes

Versions: 21

Compression:

Stored size: 643 Bytes

Contents

development: &development
  adapter: postgresql
  encoding: unicode
  # database: CHANGEME IN database.yml.example and database.yml.ci
  # 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: CHANGEME IN database.yml.example and database.yml.ci

production:
  adapter: postgresql
  encoding: unicode
  # database: CHANGEME IN database.yml.example and database.yml.ci
  # username: postgres
  pool: 5
  host: 127.0.0.1

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
xing-framework-1.0.0.pre.beta.1 default_configuration/base_app/backend/config/database.yml.example
xing-framework-1.0.0.pre.beta default_configuration/base_app/backend/config/database.yml.example
xing-framework-1.0.0.pre.alpha default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.3.2 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.3.1 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.3.0 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.9 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.9.beta1 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.8 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.8.beta1 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.7 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.7.pre.beta1 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.6 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.5 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.4 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.3 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.2 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.1 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.2.0 default_configuration/base_app/backend/config/database.yml.example
xing-framework-0.0.3 default_configuration/base_app/backend/config/database.yml.example