remove junk accidentally committed to Dockerfile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-04-04 18:42:41 -07:00
parent 39213020e2
commit 9376944373
1 changed files with 0 additions and 9 deletions

View File

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