feat: initial commit
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
This commit is contained in:
16
modd.conf
Normal file
16
modd.conf
Normal file
@ -0,0 +1,16 @@
|
||||
**/*.go
|
||||
internal/**/*.json
|
||||
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 .bouncer-token
|
||||
daemon: make run BOUNCER_CMD="--config config.yml server admin run"
|
||||
daemon: make run BOUNCER_CMD="--config config.yml server proxy run"
|
||||
}
|
||||
|
||||
{
|
||||
daemon +sigint: make run-redis
|
||||
}
|
Reference in New Issue
Block a user