Put base test config in Yaml dataset
This commit is contained in:
parent
6b03ae92b8
commit
4efcd47807
|
@ -1,13 +1,27 @@
|
||||||
---
|
---
|
||||||
# Empty these tables
|
# Empty these tables
|
||||||
cache:
|
cache:
|
||||||
config:
|
|
||||||
conversation:
|
conversation:
|
||||||
pconfig:
|
pconfig:
|
||||||
photo:
|
photo:
|
||||||
workerqueue:
|
workerqueue:
|
||||||
mail:
|
mail:
|
||||||
|
|
||||||
|
# Base test config to avoid notice messages
|
||||||
|
config:
|
||||||
|
-
|
||||||
|
cat: system
|
||||||
|
k: url
|
||||||
|
v: http://localhost
|
||||||
|
-
|
||||||
|
cat: system
|
||||||
|
k: hostname
|
||||||
|
v: localhost
|
||||||
|
-
|
||||||
|
cat: system
|
||||||
|
k: worker_dont_fork
|
||||||
|
v: 1
|
||||||
|
|
||||||
# Populate tables with test data
|
# Populate tables with test data
|
||||||
user:
|
user:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue