helix-bot commented on code in PR #2417: URL: https://github.com/apache/helix/pull/2417#discussion_r1149572633
########## 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: hi @cliffordfajardo, there is a script in the other repo that copies the config from the other repo to this file. This file is and should remain only an example file with generic values. Thank you for the question. -- 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]
