You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/cli.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@ logfire auth
21
21
```
22
22
23
23
You will be prompted to select a [data region](./data-regions.md) (EU or US). To specify this
24
-
via the cli instead of interactively, use `logfire --region eu auth` or `logfire --region eu auth`
24
+
via the cli instead of interactively, use `logfire --region eu auth` or `logfire --region us auth`
25
+
26
+
!!! note
27
+
If you're using a [self-hosted Logfire instance](./self-hosted/overview.md), you can authenticate by specifying your instance's URL using the `--base-url` flag:
This will authenticate you against your self-hosted domain and store the credentials locally.
52
+
43
53
## Service Architecture
44
54
45
55
The Self-hosted deployment has a number of interdependent services that work to run logfire. Each component can be scaled independently of others depending on the utilisation of the system.
0 commit comments