Authorizations
Response
OK
Port on which the portal serves HTTP traffic
3001
License key for the portal. Provided by the Tyk's account managers
"XXX"
Log output format. The dev
format is more human-friendly but takes more space, prod
is a json-like format that fits in production use cases but is difficult to read
dev
, prod
"prod"
The portal's log level. The default value is info
debug
, info
, warn
, error
, dpanic
, panic
, fatal
"info"
API secret that must be set by the admin team to use the SSO flow. SSO instructions
"portal123"
Identifies which OpenAPI specification render engine the portal uses on the API Product Page
stoplight
, redoc
"stoplight"
Defines how often the portal synchronizes data with the connected API Providers. Measured in seconds
10
Defines which type of storage the portal uses for its CMS assets. More about storing the portal's assets in the documentation
`fs`
, `db`
, `s3`
"
db"
Defines name of the cookie where the portal stores its session
"portal-store-session-name"