Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The pushfish API server reads various options from a configuration file. This co
~/Library/Application Support/pushfish-api/pushfish-api.cfg # on OSX
```

where the value for "user" will be changed to your current username. If this file does not exist, then the API server will generate a default configuration, which looks like this:
If this file does not exist, then the API server will generate a default configuration, which looks like this:

```
[database]
Expand All @@ -23,8 +23,6 @@ where the value for "user" will be changed to your current username. If this fil
uri = sqlite:////home/pushfish/.local/share/pushfish-api/pushfish-api.db

[dispatch]
google_api_key =
google_gcm_sender_id = 509878466986
#point this at the pushfish-connectors zeroMQ pubsub socket
zeromq_relay_uri =

Expand All @@ -50,7 +48,7 @@ Run:
docker run pushfish-api:latest
```

Run tests.py:
Optional: Run tests.py:

```
docker run pushfish-api:latest python tests.py
Expand Down