Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / vigiboard / config / vigilo_conf / vigicore.py @ 977b981c

History | View | Annotate | Download (161 Bytes)

1
# -*- coding: utf-8 -*-
2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
"""Configuration de VigiCore."""
4

    
5
vigicore_config = {
6
        'vigicore_bdd.basename' : ''
7
}