mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
remove schema stuff from code
This commit is contained in:
parent
10a0a8fe09
commit
357897a0cd
1 changed files with 0 additions and 5 deletions
|
@ -26,10 +26,6 @@ const (
|
|||
|
||||
MiddlewareComposeBasePath = ConfigBasePath + "/middlewares"
|
||||
|
||||
SchemasBasePath = "schemas"
|
||||
ConfigSchemaPath = SchemasBasePath + "/config.schema.json"
|
||||
FileProviderSchemaPath = SchemasBasePath + "/providers.schema.json"
|
||||
|
||||
ComposeFileName = "compose.yml"
|
||||
ComposeExampleFileName = "compose.example.yml"
|
||||
|
||||
|
@ -38,7 +34,6 @@ const (
|
|||
|
||||
var RequiredDirectories = []string{
|
||||
ConfigBasePath,
|
||||
SchemasBasePath,
|
||||
ErrorPagesBasePath,
|
||||
MiddlewareComposeBasePath,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue