Sha256: 8da1b0c05ccb4dcadf9b331e85afe39aa3000ab66fa8035e4ff99c2b98634f9a
Contents?: true
Size: 466 Bytes
Versions: 150
Compression:
Stored size: 466 Bytes
Contents
# # This is only an example configuration. Please see the Rails # documentation for more details. # development: adapter: mysql2 database: <%= project_name%>_blank_dev username: password: host: localhost test: &TEST adapter: mysql2 database: <%= project_name%>_blank_test username: password: host: production: adapter: mysql2 database: <%= project_name%>_blank_live username: password: socket: /tmp/mysql.sock cucumber: <<: *TEST
Version data entries
150 entries across 150 versions & 1 rubygems