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/src/content/docs/reference/faq.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ No, only sessions used for checking code and running tests reserve seats.
59
59
| dbLinter CLI | On end of a check command. |
60
60
|| On end of a test command. |
61
61
| SonarScanner | On end of a check run using the dbLinter SonarQube plugin. |
62
-
| dbLinter Repo | On expiration of a session. This is a logical change based on the server time. Session are considered expired when the value of `Valid Until` is in the past. See also [Active Sessions](http://localhost:4321/dbLinter/tools/web-gui/administration/#active-sessions). |
62
+
| dbLinter Repo | On expiration of a session. This is a logical change based on the server time. Session are considered expired when the value of `Valid Until` is in the past. See also [Active Sessions](/dbLinter/tools/web-gui/administration/#active-sessions). |
63
63
64
64
### What is the TTL of a session?
65
65
@@ -126,15 +126,15 @@ But we cannot guarantee bug-free code.
126
126
### Which components communicate with components outside of my local network?
127
127
128
128
The language server is the only dbLinter client component that communicates with components outside the local network.
129
-
Specifically, it only communicates with the dbLinter [REST-API](http://localhost:4321/dbLinter/reference/architecture/#rest-api).
129
+
Specifically, it only communicates with the dbLinter [REST-API](/dbLinter/reference/architecture/#rest-api).
130
130
131
131
### What client-specific data does dbLinter store outside of the local network?
132
132
133
133
The following table shows the client-specific data stored by dbLinter.
134
134
135
135
| Component | Data Group | Details |
136
136
| --------- | ---------- | ------- |
137
-
|[REST-API](http://localhost:4321/dbLinter/reference/architecture/#rest-api)| Log | Messages on open session, close session, sent emails. May contain data from session group. |
137
+
|[REST-API](/dbLinter/reference/architecture/#rest-api)| Log | Messages on open session, close session, sent emails. May contain data from session group. |
0 commit comments