Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오인제
/
Tunnel
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
고병후
2021-12-08 17:06:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
86303e04817b5917fc7d1adc70a5bef0d2b09162
86303e04
1 parent
b4fa2199
Reset db password
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
tunnel_BE/server/config/config.json
tunnel_BE/server/config/config.json
View file @
86303e0
{
"development"
:
{
"username"
:
"root"
,
"password"
:
"
tunnel
"
,
"password"
:
"
Tunnel325?
"
,
"database"
:
"tunnel"
,
"host"
:
"127.0.0.1"
,
"dialect"
:
"mysql"
...
...
@@ -15,7 +15,7 @@
},
"production"
:
{
"username"
:
"root"
,
"password"
:
"
tunnel
"
,
"password"
:
"
Tunnel325?
"
,
"database"
:
"tunnel"
,
"host"
:
"127.0.0.1"
,
"dialect"
:
"mysql"
...
...
Please
register
or
login
to post a comment