diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:22:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:22:43 -0700 |
| commit | 8a36333b6c2c16fe1ce9602e8961fdd3f12a972a (patch) | |
| tree | 8853716fdbc1ccba2cac2847c4b6d46277e7deca | |
| parent | fix: Change Heroku configuration (diff) | |
| download | api-8a36333b6c2c16fe1ce9602e8961fdd3f12a972a.tar.xz api-8a36333b6c2c16fe1ce9602e8961fdd3f12a972a.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" |