remove junk accidentally committed to Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
39213020e2
commit
9376944373
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user