diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-31 16:09:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-31 16:09:12 -0600 |
| commit | 311603d0c0b04d451e9fb8e5e8335dca8425e2c4 (patch) | |
| tree | f38db8e10c4b55aef21c96c30fc71278c6e3d5c6 /Procfile.template | |
| parent | ebb003ef2beaeee61104d6b88a342c5c9fa73b51 (diff) | |
Connect to postgresql
Diffstat (limited to 'Procfile.template')
| -rw-r--r-- | Procfile.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Procfile.template b/Procfile.template new file mode 100644 index 0000000..3f20a32 --- /dev/null +++ b/Procfile.template @@ -0,0 +1,5 @@ +# DEV_ONLY: postgres: ./bin/postgres -D tmp/postgres -c config_file=etc/postgres/postgresql.conf +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 +authzd: ./bin/authzd +envoy: ./bin/envoy-shim +sparkled: ./bin/sparkled |
