aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 16:22:43 +0000
committerGitHub <[email protected]>2021-04-26 16:22:43 +0000
commitd79935e37b5c9d392b4356026eea4ec91bfb07ad (patch)
tree8cc79201b153e71d2bac5f0d4622021034abaa5a
parentfix: Change Heroku configuration (diff)
downloadapi-worker-d79935e37b5c9d392b4356026eea4ec91bfb07ad.tar.xz
api-worker-d79935e37b5c9d392b4356026eea4ec91bfb07ad.zip
fix: More Rocket shenanigans
-rw-r--r--Rocket.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rocket.toml b/Rocket.toml
index c71e967..46c58f9 100644
--- a/Rocket.toml
+++ b/Rocket.toml
@@ -1,4 +1,4 @@
-[development]
+[debug]
address = "0.0.0.0"
port = 8000
log = "normal"
@@ -7,6 +7,6 @@ log = "normal"
address = "0.0.0.0"
log = "normal"
-[production]
+[release]
address = "0.0.0.0"
log = "critical"