Update heroku quick deploy branch, env vars in readme
The Heroku quick deploy branch has been changed from heroku-app to heroku-app-beta, since a lot of users want to use features from develop in their heroku instances. The environment variables in the readme were updated to include the reddit redirect var.main
parent
e5d1f6a292
commit
0e2757fc07
|
@ -56,7 +56,7 @@ If using Heroku Quick Deploy, **you can skip this section**.
|
||||||
There are a few different ways to begin using the app, depending on your preferences:
|
There are a few different ways to begin using the app, depending on your preferences:
|
||||||
|
|
||||||
### A) [Heroku Quick Deploy](https://heroku.com/about)
|
### A) [Heroku Quick Deploy](https://heroku.com/about)
|
||||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/benbusby/whoogle-search/tree/heroku-app)
|
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/benbusby/whoogle-search/tree/heroku-app-beta)
|
||||||
|
|
||||||
*Note: Requires a (free) Heroku account*
|
*Note: Requires a (free) Heroku account*
|
||||||
|
|
||||||
|
@ -248,6 +248,7 @@ There are a few optional environment variables available for customizing a Whoog
|
||||||
| WHOOGLE_ALT_TW | The twitter.com alternative to use when site alternatives are enabled in the config. |
|
| WHOOGLE_ALT_TW | The twitter.com alternative to use when site alternatives are enabled in the config. |
|
||||||
| WHOOGLE_ALT_YT | The youtube.com alternative to use when site alternatives are enabled in the config. |
|
| WHOOGLE_ALT_YT | The youtube.com alternative to use when site alternatives are enabled in the config. |
|
||||||
| WHOOGLE_ALT_IG | The instagram.com alternative to use when site alternatives are enabled in the config. |
|
| WHOOGLE_ALT_IG | The instagram.com alternative to use when site alternatives are enabled in the config. |
|
||||||
|
| WHOOGLE_ALT_RD | The reddit.com alternative to use when site alternatives are enabled in the config. |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Same as most search engines, with the exception of filtering by time range.
|
Same as most search engines, with the exception of filtering by time range.
|
||||||
|
|
Loading…
Reference in New Issue