Separate DB_ROOT and DISPLAY_ROOT by default

This commit is contained in:
Grégory Soutadé 2014-12-16 07:42:42 +01:00
parent 28d3e9765f
commit 9bff7aa1b3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os
# Default configuration
# Default directory where to store database information
DB_ROOT = './output'
DB_ROOT = './output_db'
# Default directory where to create html files
DISPLAY_ROOT = './output'