github.com/verrazzano/verrazzano@v1.7.1/tests/testdata/test-applications/weblogic/hello-weblogic/setup/wdt_domain.yaml (about) 1 # Copyright (c) 2022, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 domainInfo: 4 AdminUserName: '@@SECRET:__weblogic-credentials__:username@@' 5 AdminPassword: '@@SECRET:__weblogic-credentials__:password@@' 6 ServerStartMode: 'prod' 7 topology: 8 Name: '@@ENV:DOMAIN_UID@@' 9 AdminServerName: 'AdminServer' 10 Server: 11 'AdminServer': 12 ListenPort: '7001' 13 appDeployments: 14 Application: 15 HelloApp: 16 SourcePath: wlsdeploy/applications/hello.war 17 ModuleType: war 18 Target: 'AdminServer'