From 0dc6e92cd018aa0ecea5349a14599279e1a2a574 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 6 Feb 2017 09:06:37 -0500 Subject: Simplified the Archive library. Added a way to pull the config from the web application --- lib/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/config/config.go') diff --git a/lib/config/config.go b/lib/config/config.go index 839acbf..ab003cb 100644 --- a/lib/config/config.go +++ b/lib/config/config.go @@ -9,8 +9,8 @@ import ( ) type Config struct { - SteamRepositories []string `yaml:"SteamRepositories"` - DefaultRepository string `yaml:"DefaultRepository"` + SteamRepositories []string `yaml:"SteamRepositories" json:"SteamRepositories"` + DefaultRepository string `yaml:"DefaultRepository" json:"DefaultRepository"` Listen string } -- cgit v1.2.3