Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
C_Team_KhuDrive
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
김재형
2020-06-14 18:08:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b637812947388286a175ac6c53340e30b156de4
6b637812
1 parent
a8e6dab5
Update settings
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
backend/khudrive/settings.py
backend/khudrive/settings.py
View file @
6b63781
...
...
@@ -81,11 +81,11 @@ DATABASES = {
# }
'default'
:
{
'ENGINE'
:
'django.db.backends.postgresql'
,
'NAME'
:
'khu
D
rive'
,
'USER'
:
'
jooheekwon
'
,
'PASSWORD'
:
''
,
'NAME'
:
'khu
d
rive'
,
'USER'
:
'
khudrive
'
,
'PASSWORD'
:
'
4REPwb7y4CLtQaTv4PNeWRJeGLbHXn
'
,
'HOST'
:
'localhost'
,
'PORT'
:
''
,
'PORT'
:
'
35432
'
,
}
}
...
...
Please
register
or
login
to post a comment