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 | 970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55 (patch) | |
| tree | a74cf14f9c7c138d253db27d0be5e43f9fb1825c | |
| parent | chore: Update Rocket configuration (diff) | |
| download | api-worker-970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55.tar.xz api-worker-970c70ee446f00f07cbfa6ebdbe9b9ac99e0fe55.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 |