add line image log
This commit is contained in:
@@ -12,11 +12,12 @@ import (
|
||||
|
||||
// Config -
|
||||
type Config struct {
|
||||
Port int `yaml:"port"`
|
||||
URL string `yaml:"url"`
|
||||
SelfKey string `yaml:"self_key"`
|
||||
ImageRoot string `yaml:"image_root"`
|
||||
Line struct {
|
||||
Port int `yaml:"port"`
|
||||
URL string `yaml:"url"`
|
||||
SelfKey string `yaml:"self_key"`
|
||||
ImageRoot string `yaml:"image_root"`
|
||||
LogImageRoot string `yaml:"log_image_root"`
|
||||
Line struct {
|
||||
Secret string `yaml:"secret"`
|
||||
Access string `yaml:"access"`
|
||||
} `yaml:"line"`
|
||||
|
||||
Reference in New Issue
Block a user