X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/210889a5400ac6ef247078af14c0766f3639b988..370036888e75b509ebf84ba8337273f7b9146f37:/services/keep-web/doc.go diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go index 37f81b1b3a..3326dd19d8 100644 --- a/services/keep-web/doc.go +++ b/services/keep-web/doc.go @@ -9,32 +9,30 @@ // Configuration // // The default configuration file location is -// /etc/arvados/keep-web/config.json. +// /etc/arvados/keep-web/keep-web.yml. // // Example configuration file // -// { -// "Client": { -// "APIHost": "zzzzz.arvadosapi.com:443", -// "AuthToken": "", -// "Insecure": false -// }, -// "Listen":":1234", -// "AnonymousTokens":["xxxxxxxxxxxxxxxxxxxx"], -// "AttachmentOnlyHost":"", -// "TrustAllContent":false -// } +// Client: +// APIHost: "zzzzz.arvadosapi.com:443" +// AuthToken: "" +// Insecure: false +// Listen: :1234 +// AnonymousTokens: +// - xxxxxxxxxxxxxxxxxxxx +// AttachmentOnlyHost: "" +// TrustAllContent: false // // Starting the server // // Start a server using the default config file -// /etc/arvados/keep-web/config.json: +// /etc/arvados/keep-web/keep-web.yml: // // keep-web // -// Start a server using the config file /path/to/config.json: +// Start a server using the config file /path/to/keep-web.yml: // -// keep-web -config /path/to/config.json +// keep-web -config /path/to/keep-web.yml // // Proxy configuration //