Changed to use postgres 'mayan' database and user.
This commit is contained in:
@@ -122,10 +122,12 @@ WSGI_APPLICATION = 'mayan.wsgi.application'
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(SITE_ROOT, 'db.sqlite3'),
|
||||
}
|
||||
}
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'mayan',
|
||||
'USER': 'mayan',
|
||||
'PASSWORD': 'Jeeji4ah',
|
||||
'HOST': '',
|
||||
'PORT': ''}}
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/1.6/topics/i18n/
|
||||
|
||||
Reference in New Issue
Block a user