[cli] Add example config file
This commit is contained in:
parent
260a7fbcaa
commit
d7d42b6854
1 changed files with 10 additions and 0 deletions
10
cli/config.yaml.example
Normal file
10
cli/config.yaml.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
# You can put this configuration file in the following locations:
|
||||
# - $HOME/.ente/config.yaml
|
||||
# - config.yaml in the current working directory
|
||||
# - $ENTE_CLI_CONFIG_PATH/config.yaml
|
||||
|
||||
endpoint:
|
||||
api: "https://api.ente.io"
|
||||
|
||||
log:
|
||||
http: false # log http requests and responses
|
Loading…
Add table
Reference in a new issue