get.porter.sh/porter@v1.3.0/tests/testdata/config/config.yaml (about) 1 namespace: dev 2 verbosity: debug 3 default-storage: testdb 4 default-secrets-plugin: filesystem 5 6 # The test bundle, mybuns, requires docker 7 allow-docker-host-access: true 8 9 logs: 10 enabled: true 11 level: debug 12 13 telemetry: 14 enabled: ${env.PORTER_TEST_TELEMETRY_ENABLED} 15 protocol: grpc 16 insecure: true 17 18 storage: 19 - name: testdb 20 plugin: mongodb 21 config: 22 url: mongodb://localhost:27017/${env.PORTER_TEST_DB_NAME}?connect=direct