parent
49f97d3b12
commit
5b4c9c5bf5
@ -0,0 +1,28 @@
|
|||||||
|
## Tabby agent configuration file
|
||||||
|
|
||||||
|
## You can uncomment any block to enable settings.
|
||||||
|
## Configurations in this file has lower priority than in IDE settings.
|
||||||
|
|
||||||
|
## Server
|
||||||
|
## You can set the server endpoint here.
|
||||||
|
# [server]
|
||||||
|
# endpoint = "http://localhost:8080" # http or https URL
|
||||||
|
|
||||||
|
## You can add custom request headers, e.g. for authentication.
|
||||||
|
# [server.requestHeaders]
|
||||||
|
# Authorization = "Bearer eyJhbGciOiJ..........."
|
||||||
|
|
||||||
|
## Logs
|
||||||
|
## You can set the log level here. The log file is located at ~/.tabby-client/agent/logs/.
|
||||||
|
# [logs]
|
||||||
|
# level = "silent" # or "error" or "debug"
|
||||||
|
|
||||||
|
## Anonymous usage tracking
|
||||||
|
## You can disable anonymous usage tracking here.
|
||||||
|
# [anonymousUsageTracking]
|
||||||
|
# disable = false # set to true to disable
|
||||||
|
|
||||||
|
[server]
|
||||||
|
endpoint = "https://tabby-lab.sunet.se:443"
|
||||||
|
[server.requestHeaders]
|
||||||
|
Authorization = "Basic {{ tabby_token }}"
|
Loading…
Reference in new issue