Files
goma-gateway/pkg/var.go

10 lines
463 B
Go
Raw Normal View History

2024-10-27 06:10:27 +01:00
package pkg
const ConfigFile = "/config/goma.yml" // Default configuration file
const accessControlAllowOrigin = "Access-Control-Allow-Origin" // Cors
2024-10-29 14:21:55 +01:00
const serverName = "Goma"
const AccessMiddleware = "access" // access middleware
const BasicAuth = "basic" // basic authentication middleware
const JWTAuth = "jwt" // JWT authentication middleware
const OAuth = "OAuth" // OAuth authentication middleware