This commit is contained in:
@@ -21,9 +21,13 @@ func DefaultProvider() container.ProviderContainer {
|
||||
type AppMode string
|
||||
|
||||
type Config struct {
|
||||
Mode AppMode
|
||||
Cert *Cert
|
||||
BaseURI *string
|
||||
Mode AppMode
|
||||
Cert *Cert
|
||||
BaseURI *string
|
||||
StoragePath string
|
||||
DistAdmin string
|
||||
DistWeChat string
|
||||
RechargeWechat string
|
||||
}
|
||||
|
||||
func (c *Config) IsDevMode() bool {
|
||||
|
||||
Reference in New Issue
Block a user