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-06-06 00:54:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c033df058f84c7eb8bf79851473c454b7bed6fc
3c033df0
1 parent
c37fd120
db_option_total.js 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
keys/db_option_total.js
keys/db_option_total.js
0 → 100644
View file @
3c033df
1
+
module
.
exports
=
{
2
+
host
:
'localhost'
,
3
+
user
:
'root'
,
4
+
password
:
'Serrmica0!'
,
5
+
database
:
'db_option_total'
6
+
}
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment