# 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"