hunt v1.6.14 (2021-03-09T11:42:40Z)
Home
Dub
Repo
AppConfig
settings
Undocumented in source.
@
Configuration
("hunt")
class
AppConfig {
struct
ApplicationConf
;
struct
SessionConf
;
struct
CacheConf
;
struct
HttpConf
;
struct
HttpsConf
;
struct
RouteConf
;
struct
LogConfig
;
struct
MemcacheConf
;
struct
RedisConf
;
struct
UploadConf
;
struct
DownloadConfig
;
struct
MailSmtpConf
;
struct
MailConf
;
struct
DbPoolConf
;
struct
DBConfig
;
struct
DateConf
;
struct
CornConf
;
struct
ServiceConf
;
struct
RpcConf
;
struct
Views
;
DBConfig
database
;
ApplicationConf
application
;
SessionConf
session
;
CacheConf
cache
;
HttpConf
http
;
HttpsConf
https
;
RouteConf
route
;
MemcacheConf
memcache
;
RedisConf
redis
;
LogConfig
log
;
UploadConf
upload
;
DownloadConfig
download
;
CornConf
cron
;
DateConf
date
;
MailConf
mail
;
RpcConf
rpc
;
Views
view
;
}
Members
Structs
ApplicationConf
struct
ApplicationConf
Undocumented in source.
CacheConf
struct
CacheConf
Undocumented in source.
CornConf
struct
CornConf
Undocumented in source.
DBConfig
struct
DBConfig
Undocumented in source.
DateConf
struct
DateConf
Undocumented in source.
DbPoolConf
struct
DbPoolConf
Undocumented in source.
DownloadConfig
struct
DownloadConfig
Undocumented in source.
HttpConf
struct
HttpConf
Undocumented in source.
HttpsConf
struct
HttpsConf
Undocumented in source.
LogConfig
struct
LogConfig
Undocumented in source.
MailConf
struct
MailConf
Undocumented in source.
MailSmtpConf
struct
MailSmtpConf
Undocumented in source.
MemcacheConf
struct
MemcacheConf
Undocumented in source.
RedisConf
struct
RedisConf
Undocumented in source.
RouteConf
struct
RouteConf
Undocumented in source.
RpcConf
struct
RpcConf
Undocumented in source.
ServiceConf
struct
ServiceConf
Undocumented in source.
SessionConf
struct
SessionConf
Undocumented in source.
UploadConf
struct
UploadConf
Undocumented in source.
Views
struct
Views
Undocumented in source.
Variables
application
ApplicationConf
application
;
Undocumented in source.
cache
CacheConf
cache
;
Undocumented in source.
cron
CornConf
cron
;
Undocumented in source.
database
DBConfig
database
;
Undocumented in source.
date
DateConf
date
;
Undocumented in source.
download
DownloadConfig
download
;
Undocumented in source.
http
HttpConf
http
;
Undocumented in source.
https
HttpsConf
https
;
Undocumented in source.
log
LogConfig
log
;
Undocumented in source.
mail
MailConf
mail
;
Undocumented in source.
memcache
MemcacheConf
memcache
;
Undocumented in source.
redis
RedisConf
redis
;
Undocumented in source.
route
RouteConf
route
;
Undocumented in source.
rpc
RpcConf
rpc
;
Undocumented in source.
session
SessionConf
session
;
Undocumented in source.
upload
UploadConf
upload
;
Undocumented in source.
view
Views
view
;
Undocumented in source.
Meta
Source
See Implementation
settings
classes
AppConfig
ArrayTestConfig
BuilderTest1Config
PackageSettings
TestConfig
TestConfigEx
structs
ServerSettings
TestHttpConfig