Skip to content

Commit

Permalink
change to pub instead of ext
Browse files Browse the repository at this point in the history
  • Loading branch information
GraceRuan committed May 21, 2024
1 parent 0601084 commit 8c1c0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/vars/standard/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pd_prop_build_number: "{{ lookup('ansible.builtin.env', 'PODMAN_BUILD_NUMBER') }
pd_prop_service_install_directory: "{{ pd_prop_project_version }}-{{ pd_prop_build_number }}"

# The following properties are custom to each particular service
context: ext#oneteam-example
context: pub#oneteam-example

# By default, the Tomcat port is set dynamically by using the port_manager role
# If you need to set a static port, replace the dynamic port assignment value with your static value
Expand Down

0 comments on commit 8c1c0ee

Please sign in to comment.