forked from github-mirrorer/taskchampion-sync-server
CREATE_CLIENTS is now true by default
This commit is contained in:
committed by
Dustin J. Mitchell
parent
ed3b5553fa
commit
911c0cbc57
@ -14,7 +14,7 @@ clientIdSecret: ""
|
||||
env:
|
||||
RUST_LOG: info
|
||||
LISTEN: "0.0.0.0:8080"
|
||||
CREATE_CLIENTS: "false"
|
||||
CREATE_CLIENTS: "true"
|
||||
|
||||
# Service configuration
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user