We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a650e8 commit cebbcf2Copy full SHA for cebbcf2
OracleWebLogic/samples/1213-domain/container-scripts/commonfuncs.py
@@ -9,7 +9,7 @@
9
admin_username = os.environ.get('ADMIN_USERNAME', 'weblogic')
10
admin_password = os.environ.get('ADMIN_PASSWORD') # this is read only once when creating domain (during docker image build)
11
admin_host = os.environ.get('ADMIN_HOST', 'wlsadmin')
12
-admin_port = os.environ.get('ADMIN_PORT', '8001')
+admin_port = os.environ.get('ADMIN_PORT', '7001')
13
# Node Manager Vars
14
nmname = os.environ.get('NM_NAME', 'Machine-' + hostname)
15
0 commit comments