mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-10 03:49:40 +00:00
Update wrangler config
This commit is contained in:
parent
a2d385e5dc
commit
f67619caeb
2 changed files with 12 additions and 1 deletions
11
.gitpod.yml
Normal file
11
.gitpod.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This configuration file was automatically generated by Gitpod.
|
||||
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
|
||||
# and commit this file to your remote git repository to share the goodness with others.
|
||||
|
||||
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
|
||||
|
||||
tasks:
|
||||
- init: cargo build
|
||||
command: cargo watch -x run
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ mode = "smart"
|
|||
[vars]
|
||||
NTFY_URL = "https://ntfy.hackclub.app/arcade-monitor"
|
||||
ARCADE_SHOP_URL = "https://hackclub.com/arcade/shop/"
|
||||
SLACK_GROUP_ID = "S07B2CBT2DV"
|
||||
SLACK_GROUP_ID = "Pings disabled."
|
||||
|
||||
[[kv_namespaces]]
|
||||
binding = "SHOP_ITEMS"
|
||||
|
|
Loading…
Reference in a new issue