Files
Brad Swain c7fc0f7c9a remove refs to aixcc resources (#195)
* remove refs to aixcc resources

* remove aixcc.tech

* change aixcc-finals to tob-challenges
2025-07-30 09:34:58 -05:00

51 lines
1.5 KiB
YAML

---
# Example Config File
teams:
# This is the API key your CRS uses to get access
# to the submission endpoints
- id: 11111111-1111-1111-1111-111111111111
note: Test Key for Local Auth
api_key:
token: secret
active: true
permissions:
crs: true
competition_management: true
crs:
# The url of your CRS. If you are running your CRS on localhost, keep the
# url as host.docker.internal
# url: http://host.docker.internal:1324 # This should stay the same, so the scantron docker container can communicate with the outside world
url: http://task-server:8000
api_key_id: 515cc8a0-3019-4c9f-8c1c-72d0b54ae561
api_key_token: VGuAC8axfOnFXKBB7irpNDOKcDjOlnyB
taskme: true
logging:
gorm:
level: 0
trace_queries: true
app:
level: -4
round_id: testing
# Listen address outside the container
listen_address: "scantron:31323"
api_host_and_port: "scantron:31323"
# github:
# # github Personal Access token. This is used by the server to download the
# # appropriate fuzz tooling if not using public repositories
# pat: ghp_XXXXXXXXXXXXXXXXXXXXX
generate:
enabled: true
delta:
repo_url: "https://github.com/tob-challenges/integration-test.git"
base_ref: "5ac0917575e20464b5aa86434dff2a7626b558b4"
head_ref: "challenges/integration-test-delta-01"
fuzz_tooling_url: "https://github.com/tob-challenges/oss-fuzz-aixcc.git"
fuzz_tooling_ref: "v1.3.0"
fuzz_tooling_project_name: "integration-test"