Skip to content

Commit

Permalink
added information about config_file_json
Browse files Browse the repository at this point in the history
  • Loading branch information
hrovira committed Feb 7, 2014
1 parent 00839d7 commit 7c72dec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -67,6 +67,12 @@ cd $WEBAPP_ROOT
python svc.py --config_file=/local/path/to/svc.config
```

> Specify field datatypes within optional JSON configuration file
```bash
cd $WEBAPP_ROOT
python svc.py --config_file=/local/path/to/svc.config --config_file_json=/local/path/to/svc.config.json
```

| Property | Description | Example |
| --- | --- | --- |
| data_path | Directory containing data files to be served (e.g. feature matrices, lookups) | /local/webapps/MyWebApp/data |
Expand Down

0 comments on commit 7c72dec

Please sign in to comment.