Sha256: 017a3681300cd860609432548944a5a1224c2dc390ccd0903ebdf334864c6a67

Contents?: true

Size: 409 Bytes

Versions: 14

Compression:

Stored size: 409 Bytes

Contents

# ------------------------ Databases ------------------------ 
#
# Local login
local:     &local
 adapter:  mysql
 host:     localhost
 username: root
 password: 

local_dev: &local_dev
  <<:       *local
  database: mole_dev
  
local_test: &local_test
  <<: *local
  database: mole_test

# ------------------------ Environments ------------------------ 
#  
development: *local_dev 
test:        *local_test

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
derailed-mole-1.0.10 config/database.yml
mole-1.0.1 config/database.yml
mole-0.0.1 config/database.yml
mole-1.0.0 config/database.yml
mole-1.0.12 config/database.yml
mole-1.0.11 config/database.yml
mole-1.0.2 config/database.yml
mole-1.0.3 config/database.yml
mole-1.0.4 config/database.yml
mole-1.0.5 config/database.yml
mole-1.0.7 config/database.yml
mole-1.0.8 config/database.yml
mole-1.0.6 config/database.yml
mole-1.0.9 config/database.yml