mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
s
This commit is contained in:
@@ -108,17 +108,16 @@ WSGI_APPLICATION = 'gestaoRaul.wsgi.application'
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': DB_ENGINE,
|
'ENGINE': DB_ENGINE,
|
||||||
'NAME': DB_NAME,
|
'NAME': DB_NAME,
|
||||||
'USER': DB_USER,
|
'USER': DB_USER,
|
||||||
'PASSWORD': DB_PASSWORD,
|
'PASSWORD': DB_PASSWORD,
|
||||||
'HOST': DB_HOST,
|
'HOST': DB_HOST,
|
||||||
'PORT': DB_PORT,
|
'PORT': DB_PORT,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Password validation
|
# Password validation
|
||||||
|
|||||||
Reference in New Issue
Block a user