incorporate postgres patch with minor changes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-05 22:37:22 -07:00
parent 9376944373
commit e6647e47f7
7 changed files with 103 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ FROM alpine
# here are the levers
ENV FETA_HOSTDISCOVERYPARALLELISM 20
ENV FETA_FSSTORAGELOCATION /state/tootstore
ENV FETA_DBSTORAGELOCATION /state/feta.state.sqlite3
ENV FETA_DBURL sqlite:///state/feta.state.sqlite3
ENV FETA_TOOTSTODISK false
ENV FETA_TOOTSTODB true
ENV FETA_DEBUG false