Skip to content

Instantly share code, notes, and snippets.

@jimfulton
Created April 1, 2017 20:03
Show Gist options
  • Save jimfulton/ebe75021f869e4a7481ef30c345286fc to your computer and use it in GitHub Desktop.
Save jimfulton/ebe75021f869e4a7481ef30c345286fc to your computer and use it in GitHub Desktop.
An attempt at a configuration file for the mysterious zeoctl
<zeo>
address localhost:8100
read-only false
invalidation-queue-size 100
pid-filename zeoserver.pid
</zeo>
<filestorage 1>
path Data.fs
blob-dir blobstorage
</filestorage>
<eventlog>
level info
<logfile>
path zeoserver.log
format %(asctime)s %(message)s
</logfile>
</eventlog>
<runner>
program bin/runzeo
socket-name zeo.zdsock
daemon true
forever false
backoff-limit 10
exit-codes 0, 2
directory .
default-to-interactive true
logfile zeoserver.log
</runner>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment