cliffordfajardo commented on code in PR #2417: URL: https://github.com/apache/helix/pull/2417#discussion_r1145566608
########## helix-front/server/config.example.ts: ########## @@ -56,3 +56,9 @@ export const TOKEN_EXPIRATION_KEY: string = 'expires'; * This key can be null or a string. */ export const APP_INSIGHTS_CONNECTION_STRING: string | null = null; + +/** + * An optional proxy url + * + */ +export const PROXY_URL: string = 'www.example.com'; Review Comment: I think these values from [PR 9 of helix-ui](https://linkedin.ghe.com/multiproduct/helix-ui/pull/9/files) need to go in this file?  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
