github.com/DelineaXPM/dsv-cli@v1.40.6/cicd-integration/.thy.yml.template (about) 1 default: 2 auth: 3 client: 4 id: {{.CLIENT_ID}} 5 secret: {{.DSV_CLIENT_SECRET}} 6 password: {{.DSV_USER_PASSWORD}} 7 type: password 8 username: {{.USER_NAME}} 9 domain: {{.DEV_DOMAIN}} 10 http: https 11 store: 12 type: file 13 tenant: {{.TEST_TENANT}} 14 local: 15 auth: 16 password: {{.DSV_USER_PASSWORD}} 17 type: password 18 username: {{.USER_NAME}} 19 domain: {{.LOCAL_DOMAIN}} 20 http: http 21 tenant: {{.TEST_TENANT}}