From 5f2d9b38dccbca28e03b766e3fc1af42147ee97b Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Tue, 7 Jan 2014 17:03:45 -0800 Subject: [PATCH] fix(docs): reference correct cors flag --- Documentation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index 23b296eb8..e78d91a15 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -52,7 +52,7 @@ addr = "127.0.0.1:4001" bind_addr = "127.0.0.1:4001" ca_file = "" cert_file = "" -cors_origins = [] +cors = [] cpu_profile_file = "" data_dir = "." key_file = ""