chore: run service in debug mode by default
This commit is contained in:
parent
56609ec316
commit
d5cc15de3b
|
@ -8,8 +8,8 @@ layers/**
|
||||||
prep: make build-bouncer
|
prep: make build-bouncer
|
||||||
prep: make config.yml
|
prep: make config.yml
|
||||||
prep: make .bouncer-token
|
prep: make .bouncer-token
|
||||||
daemon: make run BOUNCER_CMD="--config config.yml server admin run"
|
daemon: make run BOUNCER_CMD="--debug --config config.yml server admin run"
|
||||||
daemon: make run BOUNCER_CMD="--config config.yml server proxy run"
|
daemon: make run BOUNCER_CMD="--debug --config config.yml server proxy run"
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue