增加数据库初始化脚本
This commit is contained in:
@@ -7,7 +7,7 @@ DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'HOST': '127.0.0.1',
|
||||
'PORT': 5433,
|
||||
'PORT': 5435,
|
||||
'NAME': "onlinejudge",
|
||||
'USER': "onlinejudge",
|
||||
'PASSWORD': 'onlinejudge'
|
||||
@@ -16,7 +16,7 @@ DATABASES = {
|
||||
|
||||
REDIS_CONF = {
|
||||
"host": "127.0.0.1",
|
||||
"port": "6379"
|
||||
"port": "6380"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user