Skip to content

Commit 6700752

Browse files
committed
Remove heroku
1 parent cb64e06 commit 6700752

File tree

2 files changed

+7
-52
lines changed

2 files changed

+7
-52
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A versatile API facade for the Hypixel Auction API written in Rust. The entire a
2727
### Configuration Fields or Environment Variables
2828
- `BASE_URL`: Base address to bind to (e.g. 0.0.0.0)
2929
- `PORT`: Port to bind to (e.g. 8000)
30-
- Online hosts such as Heroku and Railway will automatically set this
30+
- Online hosts will automatically set this
3131
- `API_KEY`: Optional key needed to access this API (NOT a Hypixel API key)
3232
- `ADMIN_API_KEY`: Optional admin key required to use raw SQL parameters (defaults to the API_KEY)
3333
- `POSTGRES_URL`: Full URL of a PostgreSQL database (should look like `postgres://[user]:[password]@[host]:[port]/[dbname]`)
@@ -49,14 +49,14 @@ A versatile API facade for the Hypixel Auction API written in Rust. The entire a
4949
- See docs and examples [here](https://github.com/kr45732/rust-query-api/blob/main/examples/examples.md)
5050

5151
## Free Hosting
52-
### Deploy To Heroku (Recommended)
53-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
52+
### Deploy On Railway
53+
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/kr45732/rust-query-api&plugins=postgresql&envs=BASE_URL,API_KEY,ADMIN_API_KEY,POSTGRES_URL,WEBHOOK_URL,FEATURES&optionalEnvs=WEBHOOK_URL,ADMIN_API_KEY&BASE_URLDesc=The+base+URL+of+the+domain.+Do+not+modify+this&API_KEYDesc=Key+needed+to+access+this+API+(NOT+a+Hypixel+API+key)&ADMIN_API_KEYDesc=Admin+key+required+to+use+raw+SQL+parameters.+Will+default+to+the+API_KEY+if+not+provided&POSTGRES_URLDesc=Full+URL+of+a+PostgreSQL+database.+No+need+to+modify+this+unless+you+are+using+your+own+database+since+Railway+already+provides+this+for+you.&WEBHOOK_URLDesc=Discord+webhook+URL+for+logging&FEATURESDesc=The+features+(QUERY,+PETS,+LOWESTBIN,+UNDERBIN,+AVERAGE_AUCTION,+AVERAGE_BIN)+you+want+enabled+separated+with+commas&BASE_URLDefault=0.0.0.0&POSTGRES_URLDefault=$%7B%7BDATABASE_URL%7D%7D&FEATURESDefault=QUERY,LOWESTBIN,AVERAGE_AUCTION,AVERAGE_BIN&referralCode=WrEybV)
5454

55-
### Free PostgreSQL Datbase
56-
For a free cloud PostgreSQL database, the free tier of [Supabase](https://supabase.com/) is a great option with with plenty of storage and good performance.
55+
### Deploy On Gigalixir
56+
[Website](https://gigalixir.com/)
5757

58-
### Deploy To Railway
59-
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https://github.com/kr45732/rust-query-api&plugins=postgresql&envs=BASE_URL,API_KEY,ADMIN_API_KEY,POSTGRES_URL,WEBHOOK_URL,FEATURES&optionalEnvs=WEBHOOK_URL,ADMIN_API_KEY&BASE_URLDesc=The+base+URL+of+the+domain.+Do+not+modify+this&API_KEYDesc=Key+needed+to+access+this+API+(NOT+a+Hypixel+API+key)&ADMIN_API_KEYDesc=Admin+key+required+to+use+raw+SQL+parameters.+Will+default+to+the+API_KEY+if+not+provided&POSTGRES_URLDesc=Full+URL+of+a+PostgreSQL+database.+No+need+to+modify+this+unless+you+are+using+your+own+database+since+Railway+already+provides+this+for+you.&WEBHOOK_URLDesc=Discord+webhook+URL+for+logging&FEATURESDesc=The+features+(QUERY,+PETS,+LOWESTBIN,+UNDERBIN,+AVERAGE_AUCTION,+AVERAGE_BIN)+you+want+enabled+separated+with+commas&BASE_URLDefault=0.0.0.0&POSTGRES_URLDefault=$%7B%7BDATABASE_URL%7D%7D&FEATURESDefault=QUERY,LOWESTBIN,AVERAGE_AUCTION,AVERAGE_BIN&referralCode=WrEybV)
58+
### Free PostgreSQL Datbase
59+
The free tier of [Supabase](https://supabase.com/) is a great option with with plenty of storage and good performance.
6060

6161
## Todo
6262
- Better documentation & more examples

app.json

-45
This file was deleted.

0 commit comments

Comments
 (0)