Sha256: 37bb88db68d0505062c72fb7df350d2bd2d47ef3568261f48746721cdfd7b861
Contents?: true
Size: 518 Bytes
Versions: 27
Compression:
Stored size: 518 Bytes
Contents
development: adapter: sqlserver database: <%= app_name %>_development username: <%= app_name %> password: # 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: sqlserver database: <%= app_name %>_test username: <%= app_name %> password: production: adapter: sqlserver database: <%= app_name %>_production username: <%= app_name %> password:
Version data entries
27 entries across 27 versions & 3 rubygems