ref: master
vendor/ezcrypto/test/database.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
sqlite: :adapter: sqlite :dbfile: crypto_test.sqlite.db sqlite3: :adapter: sqlite3 :dbfile: crypto_test.sqlite3.db postgresql: :adapter: postgresql :username: postgres :password: postgres :database: crypto_test :min_messages: ERROR mysql: :adapter: mysql :host: localhost :username: rails :password: :database: crypto_test |