mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
24w18e
This commit is contained in:
parent
e5d941414e
commit
aee81ba4fd
3 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
type Config struct {
|
||||
Server ServerConfig
|
||||
Page PageConfig
|
||||
Pages PagesConfig
|
||||
Log LogConfig
|
||||
CORS CORSConfig
|
||||
Auth AuthConfig
|
||||
|
|
@ -20,7 +20,7 @@ type ServerConfig struct {
|
|||
SizeLimit int `toml:"sizeLimit"`
|
||||
}
|
||||
|
||||
type PageConfig struct {
|
||||
type PagesConfig struct {
|
||||
Enabled bool `toml:"enabled"`
|
||||
StaticDir string `toml:"staticDir"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue