Introduce settings.json to store custom sources

This commit is contained in:
nemunaire 2024-10-01 19:10:45 +02:00
commit ded6ef6095
6 changed files with 143 additions and 23 deletions

View file

@ -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