mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 23:41:23 +02:00
remove schema stuff from code
This commit is contained in:
@@ -26,10 +26,6 @@ const (
|
|||||||
|
|
||||||
MiddlewareComposeBasePath = ConfigBasePath + "/middlewares"
|
MiddlewareComposeBasePath = ConfigBasePath + "/middlewares"
|
||||||
|
|
||||||
SchemasBasePath = "schemas"
|
|
||||||
ConfigSchemaPath = SchemasBasePath + "/config.schema.json"
|
|
||||||
FileProviderSchemaPath = SchemasBasePath + "/providers.schema.json"
|
|
||||||
|
|
||||||
ComposeFileName = "compose.yml"
|
ComposeFileName = "compose.yml"
|
||||||
ComposeExampleFileName = "compose.example.yml"
|
ComposeExampleFileName = "compose.example.yml"
|
||||||
|
|
||||||
@@ -38,7 +34,6 @@ const (
|
|||||||
|
|
||||||
var RequiredDirectories = []string{
|
var RequiredDirectories = []string{
|
||||||
ConfigBasePath,
|
ConfigBasePath,
|
||||||
SchemasBasePath,
|
|
||||||
ErrorPagesBasePath,
|
ErrorPagesBasePath,
|
||||||
MiddlewareComposeBasePath,
|
MiddlewareComposeBasePath,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user