Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Graduate
2020-06-17 17:02:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4acd89fb14d588d47a5db3a4e34f4d2391e54fa5
4acd89fb
1 parent
769b7d9e
Conf DB.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
webserver/myapp/conf/db.js
webserver/myapp/conf/db.js
View file @
4acd89f
module
.
exports
=
(
function
(){
return
{
local
:
{
host
:
'
yapp.cmarogp1dz0t.ap-northeast-2.rds.amazonaws.com
'
,
user
:
'
admin
'
,
password
:
'
findmyzone!
'
,
host
:
'
169.56.95.131
'
,
user
:
'
root
'
,
password
:
'
1234
'
,
database
:
'attendance'
}
}
...
...
Please
register
or
login
to post a comment