This directory is used by the /usr/lib/json2file-go/json2file-go script; the
script is used to launch the /usr/sbin/json2file-go program setting environment
variables defined in this directory

The script reads the following files:

- basedir (value of the J2F_BASEDIR variable)

- bind (value of the J2F_BIND variable)

- certfile (value of the J2F_CERFILE variable)

- debug (value of the J2F_DEBUG variable)

- dirlist (file with lines of the form 'dir:token' that are passed on the
  variable J2F_DIRLIST separated by ';')

- host (value of the J2F_HOST variable)

- keyfile (value of the J2F_KEYFILE variable)

- port (value of the J2F_PORT variable)

- socket (value of the J2F_SOCKET variable)

- signature_headers (lines with of HTTP header names that can contain signature
  hashes (by default X-Hub-Signature), the values are stored separated by
  commas on the environment variable J2F_SIGNATURE_HEADERS)

- token_fields (lines with names of JSON fields that can contain authorization
  tokens, the values are stored separated by commas on the environment variable
  J2F_TOKEN_FIELDS)

- token_headers (lines with of HTTP header names that can contain authorization
  tokens, the values are stored separated by commas on the environment variable
  J2F_TOKEN_HEADERS)

- url_prefix (value of the J2F_URL_PREFIX)
