Skip to content

Commit 1c5aab7

Browse files
committed
fix auth url
1 parent 0640b36 commit 1c5aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/applicationConfig.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ managerHelper.authClientSecret=@topcoder_event_bus_client_secret@
1313
managerHelper.authAudience=@topcoder_event_bus_auth_audience@
1414
managerHelper.authDomain=@topcoder_event_bus_auth_domain@
1515
managerHelper.authExpirationTime=@topcoder_event_bus_expiration_time@
16-
managerHelper.authProxyURL=@topcoder_event_bus_proxy_url@
16+
managerHelper.authProxyURL=@topcoder_event_bus_auth_proxy_server_url@
1717

1818
emailEngine.smtp_host_addr=@emailengine_smtp_host@
1919
emailEngine.smtp_host_port=@emailengine_smtp_port@

0 commit comments

Comments
 (0)