split spaces webdav url and graph url configuration in base and path parts

This commit is contained in:
Willy Kloucek
2021-10-21 14:30:18 +02:00
parent 92a52daf98
commit 29341a7f94
8 changed files with 36 additions and 14 deletions
+4 -3
View File
@@ -42,9 +42,10 @@ type Tracing struct {
// GraphExplorer defines the available graph-explorer configuration.
type GraphExplorer struct {
ClientID string
Issuer string
GraphURL string
ClientID string
Issuer string
GraphURLBase string
GraphURLPath string
}
// Config combines all available configuration parts.