This commit is contained in:
zema1
2017-12-06 21:51:26 +08:00
parent 3cec686987
commit c4889d7085
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': '127.0.0.1',
'PORT': 5432,
'PORT': 5433,
'NAME': "onlinejudge",
'USER': "onlinejudge",
'PASSWORD': 'onlinejudge'