remove proxy asset path configuration

This commit is contained in:
Willy Kloucek
2021-10-05 14:10:41 +02:00
parent 2932b7b821
commit 1b9ec56af4
3 changed files with 6 additions and 13 deletions
-6
View File
@@ -45,11 +45,6 @@ type Tracing struct {
Service string
}
// Asset defines the available asset configuration.
type Asset struct {
Path string
}
// Policy enables us to use multiple directors.
type Policy struct {
Name string
@@ -113,7 +108,6 @@ type Config struct {
HTTP HTTP
Service Service
Tracing Tracing
Asset Asset
Policies []Policy
OIDC OIDC
TokenManager TokenManager