backend for xcvr appview
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bd64bb277d48814d4b1f3434ceb7f85e00aee688 4 lines 163 B view raw
1#!/bin/bash 2source .env 3 4migrate -path migrations -database "postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:$POSTGRES_PORT/$POSTGRES_DB?sslmode=disable" up