Sha256: 5c60606ac1b0fc6c3226507d5140fbda74c67ebce98f6cbdc3700e9a9c748216
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
mysql: adapter: mysql2 database: friendly_id_test username: root password: <%= ENV['MYSQL_PASSWORD'] %> host: 127.0.0.1 port: 3306 encoding: utf8 postgres: adapter: postgresql host: <%= ENV.fetch('PGHOST') { 'localhost' } %> port: <%= ENV.fetch('PGPORT') { '5432' } %> username: <%= ENV.fetch('PGUSER') { 'postgres' } %> database: friendly_id_test encoding: utf8 sqlite3: adapter: sqlite3 database: ":memory:" encoding: utf8
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
friendly_id-5.4.2 | test/databases.yml |
friendly_id-5.4.1 | test/databases.yml |
friendly_id-5.4.0 | test/databases.yml |