diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-14 13:57:21 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-14 13:57:21 -0600 |
| commit | 66ad68976185bba6953790c1587ef52a1b456431 (patch) | |
| tree | 45f91cf353f9252e0c251e831f51b2fc3e84965a | |
| parent | 8a16f4388896e3be4e9994d82ca002156b2381de (diff) | |
chore: specify spicedb flags
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ authzd: ./bin/authzd server 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" +spicedb: spicedb serve --grpc-preshared-key "secret" --http-addr :8080 --grpc-addr :50051 --datastore-engine memory |
