Commit 6a70040bee29f58a0c5d126b1a4da99edfdfd6a8

Authored by Samson Rollo Jr
1 parent f084ff15

OJT21-52: Add ignore on myqsl_account

... ... @@ -25,3 +25,4 @@
25 25
26 26 # Ignore master key for decrypting credentials and more.
27 27 /config/master.key
  28 +/config/mysql_account.rb
... ...
1 1 # README
2 2
3   -This README would normally document whatever steps are necessary to get the
4   -application up and running.
5   -
6   -Things you may want to cover:
7   -
8   -* Ruby version
9   -
10   -* System dependencies
11   -
12   -* Configuration
13   -
14   -* Database creation
15   -
16   -* Database initialization
17   -
18   -* How to run the test suite
19   -
20   -* Services (job queues, cache servers, search engines, etc.)
21   -
22   -* Deployment instructions
23   -
24   -* ...
  3 +-DEVELOPMENT:
  4 + -Create a mysql_account.rb file in config folder and put your mysql credentials with the following format:
  5 + .article {
  6 + # frozen_string_literal: true
  7 +
  8 + ENV['MYSQL_USERNAME'] = 'your_user_name'
  9 + ENV['MYSQL_USERNAME'] = 'your_password'
  10 + }
... ...
1   -# frozen_string_literal: true
2   -
3   -ENV['MYSQL_USERNAME'] = 'root'
4   -ENV['MYSQL_USERNAME'] = ''