We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a44627 commit aca750aCopy full SHA for aca750a
config.go
@@ -0,0 +1,7 @@
1
+package authcontrol
2
+
3
+type ServiceConfig struct {
4
+ URL string `toml:"url"`
5
+ JWTSecret string `toml:"jwt_secret"`
6
+ AccessKey string `toml:"access_key"`
7
+}
0 commit comments