diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:22:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:22:43 +0000 |
| commit | d79935e37b5c9d392b4356026eea4ec91bfb07ad (patch) | |
| tree | 8cc79201b153e71d2bac5f0d4622021034abaa5a | |
| parent | fix: Change Heroku configuration (diff) | |
| download | api-worker-d79935e37b5c9d392b4356026eea4ec91bfb07ad.tar.xz api-worker-d79935e37b5c9d392b4356026eea4ec91bfb07ad.zip | |
fix: More Rocket shenanigans
| -rw-r--r-- | Rocket.toml | 4 |
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" |