File dashboard-transport-mode.scm.template artifact e2fa9f346c part of check-in c2a555afb1
;;====================================================================== ;; set up transport, db cache and sync methods ;; ;; sync-method: 'original, 'attach or 'none ;; cache-method: 'tmp, 'inmem or 'none ;; rmt:transport-mode: 'http, 'tcp, 'nfs ;; ;; NOTE: NOT ALL COMBINATIONS WORK ;; ;;====================================================================== (dbfile:sync-method 'none) (dbfile:cache-method 'none) (rmt:transport-mode 'nfs)