Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { PostsDSN string `env:"POSTS_DSN,default=file:///etc/rklotz/posts"` PostsPerPage int `env:"POSTS_PERPAGE,default=10"` StorageDSN string `env:"STORAGE_DSN,default=boltdb:///tmp/rklotz.db"` LogConfig web.HTTPConfig web.SSLConfig plugin.Config renderer.UIConfig renderer.RootURLConfig }
Config represents server configuration
Click to show internal directories.
Click to hide internal directories.