Update README.md

This commit is contained in:
Winston Li 2015-10-25 13:58:40 +00:00
parent 1872eba223
commit 0156aa8c51

View file

@ -36,6 +36,11 @@ The configuration file is in `.json` format. There is an example at `bin/config.
"password" (string, optional): password for http basic auth,
"postbackBaseUrl" (string): the postback url,
"serviceName" (string): current name of writeLaTeX in case it ever changes
"oauth2" (object): { /* null or missing if oauth2 shouldn't be used */
"oauth2ClientID" (string): oauth2 client ID
"oauth2ClientSecret" (string): oauth2 client secret
"oauth2Server" (string): oauth2 server, with protocol and without trailing slash
}
}
You have to restart the server for configuration changes to take effect.