This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
apiVersion: devrunbook.io/v1alpha1
|
||||
kind: InstanceConfig
|
||||
instance:
|
||||
name: DevRunbook Example
|
||||
publicBaseUrl: https://devrunbook.example.test
|
||||
registrationMode: closed
|
||||
limits:
|
||||
maxImportBytes: 10485760
|
||||
maxExpandedArchiveBytes: 52428800
|
||||
maxArchiveFiles: 500
|
||||
maxSingleFileBytes: 5242880
|
||||
maxPromptBytes: 2097152
|
||||
maxEvidenceBytes: 262144
|
||||
retention:
|
||||
artifactDays: 90
|
||||
snapshotCountPerRepository: 20
|
||||
auditEventDays: 180
|
||||
operationalLogDays: 30
|
||||
integrations:
|
||||
giteaPrivateNetworkPolicy: deny
|
||||
allowedGiteaHosts: []
|
||||
telemetry:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user