split spaces webdav url and graph url configuration in base and path parts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user