diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 14:02:17 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 14:02:17 -0600 |
| commit | 2e6d541b2d182f3750dd7033d0e60b849b3e23f8 (patch) | |
| tree | dfce92448699be93804d2ab3580177de024a8bcf /Procfile | |
| parent | 66ad68976185bba6953790c1587ef52a1b456431 (diff) | |
chore: run authzd on 50052 instead of 50051 to prevent port collision
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -authzd: ./bin/authzd server +authzd: ./bin/authzd server --addr 127.0.0.1:50052 envoy: ./bin/envoy -c ./etc/envoy/envoy.yaml --base-id 1 --log-level warn --component-log-level admin:warn,connection:warn,grpc:warn,http:warn,http2:warn,router:warn,upstream:warn spicedb: spicedb serve --grpc-preshared-key "secret" --http-addr :8080 --grpc-addr :50051 --datastore-engine memory |
