Skip to content

Commit

Permalink
revert connectionType in config-e2etest-runtime.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
purnimavenkatasubbu committed Dec 18, 2024
1 parent 39600c9 commit 60200fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/at_end2end_test/config/config-e2e_test_runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ first_atsign_server:
first_atsign_port: ATSIGN_1_PORT
# # The url to connect to first atServer
first_atsign_url: ATSIGN_1_HOST
# # The connection type of first atServer
first_atsign_connection_type: ATSIGN_1_CONNECTION_TYPE

second_atsign_server:
second_atsign_name: 'ATSIGN_2_NAME'
# # The port to connect to second atServer
second_atsign_port: ATSIGN_2_PORT
# # The url to connect to second atServer
second_atsign_url: ATSIGN_2_HOST
# # The connection type of second atServer
first_atsign_connection_type: ATSIGN_2_CONNECTION_TYPE
second_atsign_url: ATSIGN_2_HOST

0 comments on commit 60200fc

Please sign in to comment.