Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김윤지
/
Probability Death
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김주희
2019-05-31 20:56:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5744d97e73c46cc8cba39303f63c1dac4de9f2e
b5744d97
1 parent
33748377
임시로 keys 폴더 gitignore에서 제거
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
keys/db_option.js
keys/db_option.js
0 → 100644
View file @
b5744d9
1
+
module
.
exports
=
{
2
+
host
:
'localhost'
,
3
+
user
:
'root'
,
4
+
password
:
'abcd'
,
5
+
database
:
'db_option'
6
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment