database.yml 285 Bytes
mysql:
  adapter: mysql
  host: localhost
  username: root
  password:
  database: geokit_plugin_test
postgresql:
  adapter: postgresql
  host: localhost
  username: root
  password: 
  database: geokit_plugin_test
sqlite:
  adapter: sqlite3
  database: tmp/geokit_plugin_test.sqlite3