Quellcode durchsuchen

fix(docs): reference correct cors flag

Rob Szumski vor 12 Jahren
Ursprung
Commit
5f2d9b38dc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"
 bind_addr = "127.0.0.1:4001"
 ca_file = ""
 ca_file = ""
 cert_file = ""
 cert_file = ""
-cors_origins = []
+cors = []
 cpu_profile_file = ""
 cpu_profile_file = ""
 data_dir = "."
 data_dir = "."
 key_file = ""
 key_file = ""