lib/config/mysql.tmpl in arxutils-0.1.36 vs lib/config/mysql.tmpl in arxutils-0.1.37

- old
+ new

@@ -1,14 +1,14 @@ -# SQLite version 3.x -# gem install sqlite3 +# MySQL +# gem install mysql2 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default_env: &default adapter: mysql2 host: localhost - username: root + username: password: database: <%= @data[:dbname] %> pool: 5 timeout: 5000