mirror of https://github.com/TriliumNext/Notes
chore(test/server): add back integration test database
parent
fb6c8e04aa
commit
0fa6524de4
@ -0,0 +1,3 @@
|
||||
spec/db/*
|
||||
!spec/db/document.db
|
||||
!spec/db/config.ini
|
||||
@ -0,0 +1,4 @@
|
||||
TRILIUM_ENV=dev
|
||||
TRILIUM_DATA_DIR=./spec/db
|
||||
TRILIUM_PUBLIC_SERVER=http://localhost:4200
|
||||
TRILIUM_INTEGRATION_TEST=memory
|
||||
Binary file not shown.
Loading…
Reference in New Issue