Revision 8f93a57a snf-quotaholder-app/quotaholder_django/test/settings/local.conf

b/snf-quotaholder-app/quotaholder_django/test/settings/local.conf
4 4

  
5 5
DATABASES = {
6 6
    'default': {
7
        'ENGINE': 'django.db.backends.sqlite3',
8
        'NAME': '/tmp/qh_testdb',
9
    }
7
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
8
        'NAME': 'snf_test',
9
        'USER': 'tester',
10
        'PASSWORD': 'test',
11
        'HOST': '127.0.0.1',
12
        'PORT': '5432',
13
        'OPTIONS' : {},
14
        }
10 15
}
11 16

  
12 17
QUOTAHOLDER_TOKEN = 'test'

Also available in: Unified diff