summaryrefslogtreecommitdiff
path: root/Procfile.production
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-09-12 16:47:57 -0600
committermo khan <mo@mokhan.ca>2025-09-12 16:47:57 -0600
commitb62e1e0db61d067783d792724e7053ad78958d25 (patch)
tree8c96c16c9548425d156df0990e808ae69c490b68 /Procfile.production
parent22b31dc21dc3e5fa1b2f2655f6db6bc480860477 (diff)
chore: rename ZED_ env vars to SPICEDB_HEADmain
Diffstat (limited to 'Procfile.production')
-rw-r--r--Procfile.production2
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