Sign in
kpeclipse@up.edu.ph
/
auto-logs-api
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
bae7200aa4a401c643e1ff4f73fc81f4908dfd2f
Authored by
kpeclipse@up.edu.ph
2021-07-30 22:06:03 +0800
1 parent
6a70040b
OJT21-52: Fix typo in README.md
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
bae7200
...
...
@@ -6,5 +6,5 @@
6
6
# frozen_string_literal: true
7
7
8
8
ENV['MYSQL_USERNAME'] = 'your_user_name'
9
-
ENV['MYSQL_
USERNAME
'] = 'your_password'
9
+
ENV['MYSQL_
PASSWORD
'] = 'your_password'
10
10
}
...
...