mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

at rm-proxy 10 lines 281 B view raw
1#!/usr/bin/env sh 2 3# Example usage: 4# ./with-test-redis-and-db.sh psql postgresql://pg:password@localhost:5433/postgres -c 'select 1;' 5# ./with-test-redis-and-db.sh redis-cli -h localhost -p 6380 ping 6 7dir=$(dirname $0) 8. ${dir}/_common.sh 9 10SERVICES="db_test redis_test" main "$@"