diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:13:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:13:31 +0000 |
| commit | 3d3d180bcf6facb8970f8840a5fefdc991097514 (patch) | |
| tree | a74cf14f9c7c138d253db27d0be5e43f9fb1825c | |
| parent | chore: Update Rocket configuration (diff) | |
| download | api-3d3d180bcf6facb8970f8840a5fefdc991097514.tar.xz api-3d3d180bcf6facb8970f8840a5fefdc991097514.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 |