diff options
Diffstat (limited to 'gn2/run_gunicorn.py')
-rw-r--r-- | gn2/run_gunicorn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/run_gunicorn.py b/gn2/run_gunicorn.py index 6de470fe..370d2425 100644 --- a/gn2/run_gunicorn.py +++ b/gn2/run_gunicorn.py @@ -2,7 +2,7 @@ # # Run standalone with # -# ./bin/genenetwork2 ./etc/default_settings.py -c run_gunicorn.py +# ./bin/genenetwork2 ./gn2/default_settings.py -c run_gunicorn.py # from flask import Flask # application = Flask(__name__) |