Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
12
pkg/common/authproviders/authproviders.go
Normal file
12
pkg/common/authproviders/authproviders.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package authproviders
|
||||
|
||||
import "fiskerinc.com/modules/utils/envtool"
|
||||
|
||||
const (
|
||||
Default = "Default" // This is for any provider
|
||||
FiskerAD = "Fisker"
|
||||
FiskerQA = "Fisker-QA"
|
||||
FiskerAPIKey = "FiskerAPIKey"
|
||||
)
|
||||
|
||||
var Magna = envtool.GetEnv("MAGNA_PROVIDER", "REPLACE_ME")
|
||||
Reference in New Issue
Block a user