From 9376944373418e078d964653eeb36c165b4ccee6 Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 4 Apr 2020 18:42:41 -0700 Subject: [PATCH] remove junk accidentally committed to Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa0642d..5c0568b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,15 +14,6 @@ RUN tar cfz go-src.tgz src && du -sh * FROM alpine - - 54 viper.SetDefault("Debug", false) - 55 viper.SetDefault("TootsToDisk", false) - 56 viper.SetDefault("TootsToDB", true) - 57 viper.SetDefault("HostDiscoveryParallelism", 5) - 58 viper.SetDefault("FSStorageLocation", os.ExpandEnv("$HOME/Library/ApplicationSupport/feta/tootarchive.d")) - 59 viper.SetDefault("DBStorageLocation", os.ExpandEnv("$HOME/Library/ApplicationSupport/feta/feta.state.db")) - 60 viper.SetDefault("LogReportInterval", time.Second*10) - # here are the levers ENV FETA_HOSTDISCOVERYPARALLELISM 20 ENV FETA_FSSTORAGELOCATION /state/tootstore