8 lines
192 B
Go
8 lines
192 B
Go
package pkg
|
|
|
|
const ConfigFile = "/config/goma.yml"
|
|
const accessControlAllowOrigin = "Access-Control-Allow-Origin"
|
|
const basicAuth = "basicAuth"
|
|
const jwtAuth = "jwtAuth"
|
|
const OAuth = "OAuth"
|