Update README.md

This commit is contained in:
2019-06-10 01:06:05 +02:00
committed by GitHub
parent 2ecc63913c
commit f7e0ea41fd

View File

@@ -16,9 +16,10 @@ Set seasonedShows api endpoint and/or elastic.
```json
{
"SEASONED_URL": "http://localhost:31459/api",
"ELASTIC_URL": "http://localhost:9200" // Set to undefined or false to disable
"ELASTIC_URL": "http://localhost:9200"
}
```
*Set ELASTIC_URL to undefined or false to disable*
## Build Setup
@@ -36,5 +37,9 @@ npm run build
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
This app uses [history mode](https://router.vuejs.org/en/essentials/history-mode.html)
## Documentation
All api functions are documented in `/docs` and [found here](docs/api.md).
[html version also available](http://htmlpreview.github.io/?https://github.com/KevinMidboe/seasoned/blob/release/v2/docs/api/index.html)
## License
[MIT](https://github.com/dmtrbrl/tmdb-app/blob/master/LICENSE)