Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / settings_tests.py @ 90a4b850

History | View | Annotate | Download (194 Bytes)

1 d7540235 Aurelien BOMPARD
# 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 e2ae110e Francois POIROTTE
USE_KERBEROS = False
9
10 90a4b850 Vincent QUEMENER
VIGILO_ALL_DEFAULT_LANGUAGE = 'fr'