mirror of
https://github.com/ente-io/ente.git
synced 2025-05-22 19:25:47 +00:00
13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
# 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: "http://localhost:8080"
|
|
# Endpoint for the account service for passkey
|
|
accounts: "http://localhost:3001"
|
|
|
|
log:
|
|
http: false # log status code & time taken by requests
|