Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / settings_tests.py @ ffb803df

History | View | Annotate | Download (158 Bytes)

1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2

    
3
VIGILO_MODELS_BDD_BASENAME = ''
4
VIGILO_SQLALCHEMY = {
5
    'url': 'sqlite:///:memory:',
6
}
7

    
8
USE_KERBEROS = False
9