Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
add service configuration to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Mar 19, 2015
1 parent 78cefc6 commit 98a1722
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ This project is bundled with a configuration file `shariff.conf`. The following
|-------------|-----------|-------------|
| `cache` | `hashref` | Cache settings described below |
| `domain` | `regexp` | A regular expression describing one or more domain(s) for which share counts may be requested |
| `hypnotoad` | `hashref` | Hypnotoad webserver settings as described in [Mojolicious docs](http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad#SETTINGS). You may want to change the `listen` setting. |
| `hypnotoad` | `hashref` | Hypnotoad webserver settings as described in [Mojolicious docs](http://mojolicio.us/perldoc/Mojo/Server/Hypnotoad#SETTINGS). You may want to change the `listen` setting. |
| `services` | `hashref` | Service specific settings |

Cache settings:

Expand All @@ -48,5 +49,3 @@ If the backend runs under `http://example.com/my-shariff-backend/`, calling the
```json
{"facebook":1452,"twitter":404,"googleplus":23}
```


0 comments on commit 98a1722

Please sign in to comment.