Skip to content

Commit

Permalink
chore: update faucet url (#1980)
Browse files Browse the repository at this point in the history
Update faucet-api URL

<details><summary>Contributors' checklist...</summary>

- [ ] Added new tests, or not needed, or not feasible
- [ ] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [ ] Updated the official documentation or not needed
- [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [ ] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
  • Loading branch information
albttx authored Apr 25, 2024
1 parent 0fde5b8 commit 06e8783
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/loop/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ services:
com.centurylinklabs.watchtower.enable: "true"
traefik.enable: "true"
traefik.http.routers.gnofaucet-api.entrypoints: "websecure"
# traefik.http.routers.gnofaucet-api.rule: "Host(`faucet-api.gno.land`) || Host(`faucet-api.portal.gnoteam.com`)"
traefik.http.routers.gnofaucet-api.rule: "Host(`faucet-api.portal.gnoteam.com`)"
traefik.http.routers.gnofaucet-api.rule: "Host(`faucet-api.gno.land`) || Host(`faucet-api.portal.gnoteam.com`)"
traefik.http.routers.gnofaucet-api.tls: "true"
traefik.http.routers.gnofaucet-api.tls.certresolver: "le"
traefik.http.middlewares.gnofaucet-ratelimit.ratelimit.average: "6"
Expand Down

0 comments on commit 06e8783

Please sign in to comment.