Browse Source

fix(docs): reference correct cors flag

Rob Szumski 12 years ago
parent
commit
5f2d9b38dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/configuration.md

+ 1 - 1
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 = ""