Merge "pkg/server/app: fix path to env vars doc"

This commit is contained in:
mpl 2015-06-25 21:53:10 +00:00 committed by Gerrit Code Review
commit 329244af79
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import (
// Camlistore. It can also serve some extra JSON configuration to the app.
type Handler struct {
name string // Name of the app's program.
envVars map[string]string // Variables set in the app's process environment. See pkg/app/vars.txt.
envVars map[string]string // Variables set in the app's process environment. See doc/app-environment.txt.
auth auth.AuthMode // Used for basic HTTP authenticating against the app requests.
appConfig jsonconfig.Obj // Additional parameters the app can request, or nil.