mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 08:24:45 +00:00
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:
|
env:
|
||||||
RUST_LOG: info
|
RUST_LOG: info
|
||||||
LISTEN: "0.0.0.0:8080"
|
LISTEN: "0.0.0.0:8080"
|
||||||
CREATE_CLIENTS: "false"
|
CREATE_CLIENTS: "true"
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
service:
|
service:
|
||||||
|
|||||||
Reference in New Issue
Block a user