bouncer/modd.conf

12 lines
347 B
Plaintext
Raw Normal View History

2023-04-24 20:52:12 +02:00
**/*.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
}