database.yml 285 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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