- Created `qa-test-output-after-fix.txt` and `qa-test-output.txt` to log results of certificate page authentication tests. - Added `build.sh` for deterministic backend builds in CI, utilizing `go list` for efficiency. - Introduced `codeql_scan.sh` for CodeQL database creation and analysis for Go and JavaScript/TypeScript. - Implemented `dockerfile_check.sh` to validate Dockerfiles for base image and package manager mismatches. - Added `sourcery_precommit_wrapper.sh` to facilitate Sourcery CLI usage in pre-commit hooks.
18 lines
649 B
Plaintext
18 lines
649 B
Plaintext
CHARON_ENV=development
|
|
CHARON_HTTP_PORT=8080
|
|
CHARON_DB_PATH=./data/charon.db
|
|
CHARON_CADDY_ADMIN_API=http://localhost:2019
|
|
CHARON_CADDY_CONFIG_DIR=./data/caddy
|
|
# HUB_BASE_URL overrides the CrowdSec hub endpoint used when cscli is unavailable (defaults to https://hub-data.crowdsec.net)
|
|
# HUB_BASE_URL=https://hub-data.crowdsec.net
|
|
CERBERUS_SECURITY_CERBERUS_ENABLED=false
|
|
CHARON_SECURITY_CERBERUS_ENABLED=false
|
|
CPM_SECURITY_CERBERUS_ENABLED=false
|
|
|
|
# Backward compatibility (CPM_ prefixes are still supported)
|
|
CPM_ENV=development
|
|
CPM_HTTP_PORT=8080
|
|
CPM_DB_PATH=./data/cpm.db
|
|
CPM_CADDY_ADMIN_API=http://localhost:2019
|
|
CPM_CADDY_CONFIG_DIR=./data/caddy
|