diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ like: env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \ SQL_URI=<uri-to-override-the-default> \ ./bin/genenetwork2 ./etc/default_settings.py \ - -c -m unittest -v + -cli pytest -vv ``` In the case where you use the default `etc/default_settings.py` configuration file, you can override any setting as demonstrated with the `SQL_URI` setting in the command above. |