diff options
| author | EuAndreh <eu@euandre.org> | 2025-12-01 20:08:34 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-12-01 20:08:34 -0300 |
| commit | 6c1930eadbdfec8b825f1aadc2304a5017a03551 (patch) | |
| tree | dbd67653f8a75188796f4d7edaad52837e0bc63d /etc | |
| parent | m (diff) | |
| download | datomic-6c1930eadbdfec8b825f1aadc2304a5017a03551.tar.gz datomic-6c1930eadbdfec8b825f1aadc2304a5017a03551.tar.xz | |
m
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/transactor.properties.tmpl (renamed from etc/transactor.properties) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/transactor.properties b/etc/transactor.properties.tmpl index 28a05be..0037c35 100644 --- a/etc/transactor.properties +++ b/etc/transactor.properties.tmpl @@ -1,10 +1,13 @@ protocol=sql host=localhost -port=50200 +port=@PORT@ encrypt-channel=false sql-driver-class=org.sqlite.JDBC -sql-url=jdbc:sqlite:storage.db -data-dir=tmp +sql-url=jdbc:sqlite:@FILE@ +data-dir=@TEMPDATADIR@ + +valcache-path=@CACHEDIR@ +valcache-max-gb=@VALCACHESIZE@ # 4GiB VM memory-index-threshold=32m |
