Project

General

Profile

Revision d32489ac

IDd32489ac3972c5b21d7c38b237ce4fb0882715eb
Parent 4a49ed53
Child eb0b8514

Added by Gabriel DE PERTHUIS almost 15 years ago

SQLite for vigiboard dev

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@281 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

development.ini
33 33
#beaker.cache.data_dir = %(here)s/data/cache
34 34
#beaker.session.data_dir = %(here)s/data/sessions
35 35

  
36
# DB
37
sqlalchemy.url=mysql://root:tandreja@localhost:3306/vigiboard
36
# DB - sqlite for dev
37
sqlalchemy.url = sqlite:///%(here)s/devdata.db
38
#sqlalchemy.url=mysql://root:tandreja@localhost:3306/vigiboard
38 39
#echo shouldn't be used together with the logging module.
39 40
sqlalchemy.echo = false
40 41
sqlalchemy.echo_pool = false

Also available in: Unified diff