diff options
Diffstat (limited to 'src/datastore/test_datastore_api_data_sqlite.conf')
-rw-r--r-- | src/datastore/test_datastore_api_data_sqlite.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api_data_sqlite.conf b/src/datastore/test_datastore_api_data_sqlite.conf new file mode 100644 index 0000000..098f9d2 --- /dev/null +++ b/src/datastore/test_datastore_api_data_sqlite.conf @@ -0,0 +1,24 @@ +@INLINE@ test_defaults.conf +[PATHS] +SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/ +DEFAULTCONFIG = test_datastore_api_data_sqlite.conf + +[TESTING] +WEAKRANDOM = YES + +[arm] +PORT = 42466 +DEFAULTSERVICES = + +[statistics] +PORT = 22667 + +[resolver] +PORT = 42464 + +[datastore] +QUOTA = 10 MB + +[fs] +AUTOSTART = NO + |