Öffentliche Dateiansicht: Raw-Dateien, Tree, Releases und Issues sind ohne Login verfügbar.
config/config_global.json
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "ssl": false,
  "debug": false,
  "excludedPaths": [],
  "port": "8080",
  "sslPort": "443",
  "sslDomain": "",
  "sslCertDays": 0,
  "sslMail": "",
  "cors": true,
  "rateLimiter": true,
  "bann": false,
  "metric": false,
  "prefix": "/v1/",
  "pemCrt": "./certs/cert.pem",
  "pemKey": "./certs/privkey.pem",
  "systemWhitelist": [],
  "systemWhitelistDNS": [],
  "bannlist": [],
  "rate": {
    "rate": 500,
    "window": 3600000000000
  },
  "rateWhitelist": [
    "127.0.0.1"
  ],
  "corsAllowOrigins": [
    "*"
  ],
  "corsAllowMethods": [
    "GET",
    "POST",
    "PUT",
    "DELETE",
    "PATCH",
    "OPTIONS"
  ],
  "corsAllowHeaders": [
    "*"
  ],
  "corsAdvanced": true,
  "exportLog": true,
  "exportLogPath": "./log/noxway.log",
  "hostnamecheck": false,
  "hostname": "",
  "name": "Noway API Gateway"
}
Sprachen
Go 46%
JavaScript 45%
Markdown 3.3%
HTML 2.5%
YAML 1.7%
JSON 1.1%
Klonen
HTTPS