Skip to content

Commit

Permalink
Merge branch 'develop' into 3922-two-locations-regression
Browse files Browse the repository at this point in the history
  • Loading branch information
AmTryingMyBest authored Apr 20, 2020
2 parents a7c7e01 + 11ff8c6 commit 6b47454
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ The latest releases of the Ushahidi Platform come with a little handy tool calle

If something is wrong, this tool may provide you with useful information about what exactly seems to be the cause.

## Connecting the mobile app

Please note that the mobile app relies on the contents of the "config.json" file in order to connect to the API backend.

In order to help the app find the backend, ensure that the key `backend_url` in the JSON file is set appropriately to the absolute public URL of your deployment \(i.e. `"backend_url": "https://example.deployment.com"` \)

If you are running the Docker container, you may set this variable using the `SITE_URL` environment variable. \(In the default install the site URL **is** the backend URL\).

## Queue drivers \(and "sync" driver issues\)

The Ushahidi Platform API uses a queue system for running some end-user requested operations in the background. At the moment of this writing, such operations are CSV importing and exporting. More may come up in the future.
Expand Down

0 comments on commit 6b47454

Please sign in to comment.