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