Sha256: fc838827c10aa2e0185e591a6165dedb62402b8f8333702fd67c59b4e3f429fc

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

development:
  adapter: mysql
  database: photoviewer_development
  username: root
  password: 
  host: localhost

# 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:
  adapter: mysql
  database: photoviewer_test
  username: root
  password:
  host: localhost

production:
  adapter: mysql
  database: photoviewer_production
  username: root
  password:
  host: localhost

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
photoviewer-1.1.0 config/database.yml
photoviewer-1.1.1 config/database.yml
photoviewer-1.1.2 config/database.yml