-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62e4a27
commit a54adef
Showing
5 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"max_run_count": 200, | ||
"authentication": { | ||
"enabled" : false, | ||
"realm_name" : "CodeChecker Privileged server", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
CodeChecker server configuration | ||
==================================== | ||
|
||
The server's configuration is stored in the server's *workspace* folder, in | ||
`server_config.json`. This file is created, at the first start of the server, | ||
using the package's installed `config/server_config.json` as a template. | ||
|
||
> **NOTICE!** `session_config.json` file has been deprecated. | ||
Table of Contents | ||
================= | ||
* [Run limitation](#run-limitations) | ||
* [Authentication](#authentication) | ||
|
||
## Run limitation | ||
The `max_run_count` section of the config file controls how many runs can be | ||
stored on the server for a product. | ||
|
||
If this field is not present in the config file or the value of this field is a | ||
negative value, run storage becomes unlimited. | ||
|
||
## Authentication | ||
For authentication configuration options see the | ||
[Authentication](authentication.md) documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters