Sha256: 55a656b10d546008962af40ec2c1e7e0776e5726180ca5be720c03a75edfa754
Contents?: true
Size: 535 Bytes
Versions: 46
Compression:
Stored size: 535 Bytes
Contents
# This file determines what databases are used to test the database # functionality of request-log-analyzer. By default, only an SQLite3 # memory database is enabled. # # The syntax of this file is exactly the same as Rails's database.yml. sqlite3: adapter: "sqlite3" database: ":memory:" # mysql: # adapter: "mysql" # host: "localhost" # username: "root" # password: # database: "rla_test" # postgresql: # adapter: "postgresql" # host: "localhost" # username: "rla" # password: "rla" # database: "rla_test"
Version data entries
46 entries across 46 versions & 3 rubygems