Commit 6a70040bee29f58a0c5d126b1a4da99edfdfd6a8
1 parent
f084ff15
OJT21-52: Add ignore on myqsl_account
Showing
3 changed files
with
9 additions
and
26 deletions
| 1 | # README | 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 | + } |
config/mysqsl_account.rb
deleted
100644 → 0