Skip to content

Commit

Permalink
Merge pull request #20 from wanam/wanam-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wanam authored Sep 12, 2023
2 parents 9e50447 + 5c25bb6 commit e9ab8d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ A docker image is built automatically upon main branch and pushed to docker hub
```
docker run -d -p 80:80 -p 443:443 wanam/mdl-geo-enrichment:latest --pull=always
```
/!\ A selfsigned certificate is used for TLS testing purposes, do not use it for production! An authority cetificate will be needed for production use.

## Browse Swagger UI
Once the application is up, you can browse the apis on your local server through [HTTP](http://localhost/swagger-ui/) and [HTTPS](https://localhost/swagger-ui/)
Once the application is up, you can browse the apis on your local server through [HTTP](http://localhost/swagger-ui/index.html) and [HTTPS](https://localhost/swagger-ui/index.html)

Enriched data will be stored on a separate attribute 'enriched_properties' for each stop point on the api response.
Enriched data will be stored on a separate attribute 'enriched_properties' for each stop point on the api response.

0 comments on commit e9ab8d4

Please sign in to comment.