Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이정민
/
OPproject
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-12-03 19:23:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f08a1ba6badf0f7306e070d376dc4d8f2197e0a
0f08a1ba
1 parent
3c535987
config.json
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
config/config.json
config/config.json
0 → 100644
View file @
0f08a1b
{
"development"
:
{
"username"
:
"root"
,
"password"
:
"sorkdPwlsdlek98!"
,
"database"
:
"nodeauction"
,
"host"
:
"127.0.0.1"
,
"dialect"
:
"mysql"
,
"operatorsAliases"
:
false
},
"test"
:
{
"username"
:
"root"
,
"password"
:
null
,
"database"
:
"database_test"
,
"host"
:
"127.0.0.1"
,
"dialect"
:
"mysql"
},
"production"
:
{
"username"
:
"root"
,
"password"
:
null
,
"database"
:
"database_production"
,
"host"
:
"127.0.0.1"
,
"dialect"
:
"mysql"
}
}
Please
register
or
login
to post a comment