fixed DB setting
This commit is contained in:
parent
cad93b2dd1
commit
13d498658c
@ -322,17 +322,17 @@ else:
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Local testing DB
|
# Local testing DB
|
||||||
DATABASES = {
|
# DATABASES = {
|
||||||
'default': {
|
# 'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql',
|
# 'ENGINE': 'django.db.backends.postgresql',
|
||||||
'HOST': 'localhost',
|
# 'HOST': 'localhost',
|
||||||
'PORT': 5432,
|
# 'PORT': 5432,
|
||||||
'USER': 'postgres',
|
# 'USER': 'postgres',
|
||||||
'PASSWORD': 'postgres', # set to local pw
|
# 'PASSWORD': 'postgres', # set to local pw
|
||||||
'NAME': 'tandoor_app',
|
# 'NAME': 'tandoor_app',
|
||||||
'CONN_MAX_AGE': 600,
|
# 'CONN_MAX_AGE': 600,
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# SQLite testing DB
|
# SQLite testing DB
|
||||||
# DATABASES = {
|
# DATABASES = {
|
||||||
|
Loading…
Reference in New Issue
Block a user