Introduce settings.json to store custom sources
This commit is contained in:
parent
85ecd89104
commit
ded6ef6095
6 changed files with 143 additions and 23 deletions
|
|
@ -6,9 +6,10 @@ import (
|
|||
)
|
||||
|
||||
type Config struct {
|
||||
DevProxy string
|
||||
Bind string
|
||||
BaseURL string
|
||||
DevProxy string
|
||||
Bind string
|
||||
BaseURL string
|
||||
SettingsPath string
|
||||
}
|
||||
|
||||
// parseLine treats a config line and place the read value in the variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue