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

envsubst < postgrest.conf > postgrest.conf.tmp
mv postgrest.conf.tmp postgrest.conf
./postgrest postgrest.conf