Sha256: 501a5157daff1b49e2757227e68103453bdf52f23ded2a54d604776108433b19
Contents?: true
Size: 526 Bytes
Versions: 14
Compression:
Stored size: 526 Bytes
Contents
# uncomment once orm gem is installed # name of the orm gem you'd like to use: active_record || data_mapper || sequel orm: active_record # uncomment once schema is created development: # adapter: mysql # database: app_development # username: root # password: # host: localhost production: # adapter: mysql # database: app_production # username: root # password: # host: localhost test: adapter: mysql database: doozer_test username: root password: host: localhost
Version data entries
14 entries across 14 versions & 2 rubygems