summaryrefslogtreecommitdiff
path: root/Procfile.development
blob: 436b4036616193274d924f8d7c77ba7594b5070c (plain)
1
2
3
4
5
postgres: ./bin/postgres -D tmp/postgres -c config_file=etc/postgres/postgresql.conf
spicedb: ./bin/spicedb serve --grpc-preshared-key $SPICEDB_TOKEN --http-addr :8081 --grpc-addr :50051 --datastore-engine postgres --datastore-conn-uri $DATABASE_URL --log-level $LOG_LEVEL --log-format json --telemetry-endpoint "" --skip-release-check
authzd: ./bin/authzd
envoy: ./bin/envoy-shim
sparkled: ./bin/sparkled