Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-1-OpenSourceSW
/
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
unknown
2018-12-06 12:15:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ac51626997598e39b728ebce3cb9dd56a0327bc
0ac51626
1 parent
bee3cdc5
git ignore 오작동으로 다시 커밋..
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
.gitignore
keys/api_option.js
keys/db_option.js
.gitignore
View file @
0ac5162
...
...
@@ -39,7 +39,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
keys/
# TypeScript v1 declaration files
typings/
...
...
keys/api_option.js
0 → 100644
View file @
0ac5162
module
.
exports
=
{
key
=
"sdf"
}
\ No newline at end of file
keys/db_option.js
0 → 100644
View file @
0ac5162
module
.
exports
=
{
host
:
'asdfasdf'
,
user
:
''
,
password
:
''
,
database
:
''
}
\ No newline at end of file
Please
register
or
login
to post a comment