Notifications: Support new production URL (#1163)

This commit is contained in:
Alexander Zinchuk 2021-06-15 13:21:34 +03:00
parent acbde43d31
commit 5ca5be1d06

View File

@ -105,7 +105,7 @@ module.exports = (env = {}, argv = {}) => {
new EnvironmentPlugin({
APP_VERSION: 'dev',
APP_ENV: 'production',
APP_URL: 'https://webz.telegram.org/',
APP_URL: 'https://web.telegram.org/z/',
TELEGRAM_T_API_ID: '',
TELEGRAM_T_API_HASH: '',
}),