github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/doc/app-environment.text (about)

     1  Camlistore applications run with the following environment variables set:
     2  
     3  CAMLI_APP_BASEURL (string):
     4    URL prefix of the application's root, always ending in a trailing slash. Examples:
     5      https://foo.org:3178/pub/
     6      https://foo.org/pub/
     7      http://192.168.0.1/
     8      http://192.168.0.1:1234/
     9  
    10  CAMLI_APP_CONFIG_URL (string):
    11    URL containing JSON configuration for the app. The body of this URL comes from the
    12    "appConfig" part of the config file.
    13  
    14  CAMLI_AUTH (string):
    15    Username and password (username:password) that the app should use to authenticate
    16    over HTTP basic auth with the Camlistore server. Basic auth is unencrypted, hence
    17    it should only be used with HTTPS or in a secure (local loopback) environment.
    18  
    19  CAMLI_SERVER (string):
    20    URL prefix of Camlistore's root, always ending in a trailing slash. Examples:
    21      https://foo.org:3178/pub/
    22      https://foo.org/pub/
    23      http://192.168.0.1/
    24      http://192.168.0.1:1234/