added SHOW_SHYNET_VERSION env var to control display of version info

This commit is contained in:
Sudipto Ghosh
2020-08-31 18:08:00 +05:30
parent c524325f0a
commit 101d26d356
4 changed files with 22 additions and 9 deletions

View File

@@ -58,6 +58,9 @@ PERFORM_CHECKS_AND_SETUP=True
# The port that Shynet should bind to. Don't set this if you're deploying on Heroku.
PORT=8080
# Set to "False" if you do not want the version to be displayed on the frontend.
SHOW_SHYNET_VERSION=True
# Redis, queue, and parellization settings; not necessary for single-instance deployments.
# Don't uncomment these unless you know what you are doing!
# NUM_WORKERS=1