diff --git a/README.md b/README.md index 7ab49ae..0191222 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ bundle exec rackup config.ru -p 9292

API Usage

-

You can use the prod backend to get a list of all hackclub stickers in JSON, prod backend is https://fccg0c4s0kcggwk0k4s8wggc.a.selfhosted.hackclub.com. Please don't hammer it to hard, let us know what you're up to and we can help you coexist within the rate limit. Locally the backend is ran on port 9292 and exposes the following endpoints:

+

You can use stickers.hackclub.com/api/ to get a list of all Hack Club stickers in JSON. Please don't hammer it too hard — let us know what you're up to and we can help you coexist within the rate limit. Locally the backend runs on port 9292 and exposes the following endpoints:

Authentication

-Our airtable has no sensitive data, if you want a read only personal access token scoped to the base we can provide it! +Our Airtable has no passwords or secrets — if you want a read-only personal access token scoped to the base we can provide it! In general we're happy to help you over DM, but please have a glance over the code first!

Made with <3 by nora, - euan and, + euan, and end.

diff --git a/docker-compose.yml b/docker-compose.yml index 86ea51b..a152bc2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,6 +21,6 @@ services: - "3000" environment: ORIGIN: ${ORIGIN:-https://stickers.hackclub.com} - BACKEND_URL: http://backend:9292 - depends_on: + BACKEND_URL: ${BACKEND_URL:-https://stickers.hackclub.com} + depends_on: - backend