Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultLogLevel = "error" DefaultAuth0Score = "offline_access" DefaultServerPort = "8080" False = "FALSE" True = "TRUE" AppName = "auth-app" Version = "/v1" Group = "/auth" Zero = "0" Empty = "" )
View Source
const ( Auth0Domain = "AUTH0_DOMAIN" Auth0ClientId = "AUTH0_CLIENT_ID" Auth0ClientSecret = "AUTH0_CLIENT_SECRET" Auth0Audience = "AUTH0_AUDIENCE" Auth0Realm = "AUTH0_REALM" Auth0Scope = "AUTH0_SCOPE" )
Auth0 envs
View Source
const ( LogLevel = "LOG_LEVEL" ServerPort = "PORT" ServerApiKey = "SERVER_API_KEY" ServerRateLimit = "SERVER_RATE_LIMIT" ServerBurst = "SERVER_BURST" ServerLimitExpireTime = "SERVER_LIMIT_EXPIRE_TIME" ServerEnableJaeger = "SERVER_ENABLE_JAEGER" )
server envs
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.