diff options
Diffstat (limited to 'Procfile.production')
| -rw-r--r-- | Procfile.production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile.production b/Procfile.production index 41fc5e1..23c4bf3 100644 --- a/Procfile.production +++ b/Procfile.production @@ -1,4 +1,4 @@ -spicedb: ./bin/spicedb serve --grpc-preshared-key $ZED_TOKEN --http-addr :8081 --grpc-addr :50051 --datastore-engine memory --log-level $LOG_LEVEL --log-format json --telemetry-endpoint "" --skip-release-check +spicedb: ./bin/spicedb serve --grpc-preshared-key $SPICEDB_TOKEN --http-addr :8081 --grpc-addr :50051 --datastore-engine memory --log-level $LOG_LEVEL --log-format json --telemetry-endpoint "" --skip-release-check authzd: ./bin/authzd envoy: ./bin/envoy-shim sparkled: ./bin/sparkled |
