diff --git a/README.md b/README.md index 261764b..e08f217 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Files are included to enable running the flask service under NGINX via uwsgi To install, clone this repo somewhere like: `/opt` ``` -git clone git@astrogit.wr.usgs.gov:rbogle/slurm_rest_api.git /opt +git clone git@github.com:rbogle/slurm-rest-api.git /opt ``` Then setup a virtualenv or conda env with the following: ``` diff --git a/config/__init__.py b/config/__init__.py index abe4cb8..b46edb9 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -1,4 +1,7 @@ + +# Turn off include of acctapi package if not using slurmdbd with mysql USE_ACCT_DB = True + DEBUG = True HOST = '0.0.0.0' PORT = 5000