diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:13:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:13:31 -0700 |
| commit | e70714e22ae7aadb5e1ead6b25146e50bb1c3d61 (patch) | |
| tree | f06ad276e6308c4b91456187a35a219bcf4054a9 | |
| parent | chore: Update Rocket configuration (diff) | |
| download | api-e70714e22ae7aadb5e1ead6b25146e50bb1c3d61.tar.xz api-e70714e22ae7aadb5e1ead6b25146e50bb1c3d61.zip | |
fix: Change Heroku configuration
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ./target/release/senpy-api +web: ROCKET_PORT=$PORT ROCKET_KEEP_ALIVE=0 ROCKET_ENV=production ./target/release/senpy-api |