bouncer/modd.conf

22 lines
489 B
Plaintext
Raw Normal View History

2023-04-24 20:52:12 +02:00
**/*.go
internal/**/*.json
modd.conf
config.yml
layers/**
2023-04-24 20:52:12 +02:00
.env {
prep: make RUN_INSTALL_TESTS=no GOTEST_ARGS="-short" test
prep: make build-bouncer
prep: make config.yml
prep: make .bouncer-token
daemon: make run BOUNCER_CMD="--debug --config config.yml server admin run"
daemon: make run BOUNCER_CMD="--debug --config config.yml server proxy run"
2023-04-24 20:52:12 +02:00
}
{
daemon +sigint: make run-redis
}
misc/prometheus/prometheus.yml
{
daemon +sigint: make run-prometheus
2023-04-24 20:52:12 +02:00
}