diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-11 13:09:33 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-11 13:09:33 -0600 |
| commit | e7015c080181eba17296d0dc678b0e5578fadc15 (patch) | |
| tree | af95f171952b7ce557904bd925932365542bc22f /Procfile | |
| parent | 7659e433eb73e1f33ddac49537bfa5dfaa124875 (diff) | |
chore: provide default value for bind addr and fix Procfile
Diffstat (limited to 'Procfile')
| -rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -authzd: ./bin/authzd +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 |
