bouncer/modd.conf

12 lines
347 B
Plaintext

**/*.go
modd.conf
config.yml
.env {
prep: make RUN_INSTALL_TESTS=no GOTEST_ARGS="-short" test
prep: make build-bouncer
prep: make config.yml
prep: make .admin-token
daemon: make run BOUNCER_CMD="--config config.yml admin run"
daemon: make run BOUNCER_CMD="--config config.yml proxy run"
daemon +sigint: make run-redis
}