Separate DB_ROOT and DISPLAY_ROOT by default
This commit is contained in:
parent
28d3e9765f
commit
9bff7aa1b3
|
@ -3,7 +3,7 @@ import os
|
||||||
# Default configuration
|
# Default configuration
|
||||||
|
|
||||||
# Default directory where to store database information
|
# Default directory where to store database information
|
||||||
DB_ROOT = './output'
|
DB_ROOT = './output_db'
|
||||||
# Default directory where to create html files
|
# Default directory where to create html files
|
||||||
DISPLAY_ROOT = './output'
|
DISPLAY_ROOT = './output'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user