README
-DEVELOPMENT: -Create a mysql_account.rb file in config folder and put your mysql credentials with the following format: .article { # frozen_string_literal: true
ENV['MYSQL_USERNAME'] = 'your_user_name'
ENV['MYSQL_USERNAME'] = 'your_password'
}