21 lines
410 B
Text
21 lines
410 B
Text
Index: docs/examples/facette.yaml
|
|
--- docs/examples/facette.yaml.orig
|
|
+++ docs/examples/facette.yaml
|
|
@@ -51,7 +51,7 @@ storage:
|
|
|
|
### SQLite
|
|
driver: sqlite
|
|
- path: var/data.db
|
|
+ path: ${VARBASE}/facette/data.db
|
|
|
|
### PostgreSQL
|
|
#driver: pgsql
|
|
@@ -71,7 +71,7 @@ storage:
|
|
|
|
cache:
|
|
# Cache directory path
|
|
- path: var/cache
|
|
+ path: ${VARBASE}/facette/cache
|
|
|
|
defaults:
|
|
# Default time range
|