aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/start-postgrest.sh
blob: f74e180d1264aa4e1c10858f8b6df1f95e6895d0 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Insert env vars into postgrest.conf
envsubst < postgrest.conf > postgrest.conf.tmp
mv postgrest.conf.tmp postgrest.conf

./postgrest postgrest.conf