diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2024-10-30 19:27:15 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2024-10-30 19:27:15 +0100 |
commit | ef425e0e4b8933e831914eafd7a49f1c6619366d (patch) | |
tree | 9e9ff5ad38c63fefdf36b0bcf03d6f8f0db46403 /utils/gocgi.conf.example | |
parent | 05d6841d7b33f6ffe02b0d77afaa7c44687cea9e (diff) |
add everything for a proper build processv0.2
Diffstat (limited to 'utils/gocgi.conf.example')
-rw-r--r-- | utils/gocgi.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/gocgi.conf.example b/utils/gocgi.conf.example new file mode 100644 index 0000000..699a7e8 --- /dev/null +++ b/utils/gocgi.conf.example @@ -0,0 +1,6 @@ +# Path to the binary to call when a request was accepted. +GOCGI_BIN="" +# Set a number of environment variables to give to the binary. +GOCGI_ENV="" +# Set the working directory for this instance. +GOCGI_WORKDIR="/" |