Новые правки
This commit is contained in:
parent
35aeeca9a2
commit
71da9d3143
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const forceProduction = import.meta.env.PB_POCKETBASE_URL?.includes('avt-back')
|
||||||
const isProduction = hasProductionFlag || forceProduction || !isDev;
|
const isProduction = hasProductionFlag || forceProduction || !isDev;
|
||||||
|
|
||||||
const SMTP_HOST = isProduction
|
const SMTP_HOST = isProduction
|
||||||
? (import.meta.env.SMTP_HOST || 'smtp.yandex.ru')
|
? (import.meta.env.SMTP_HOST || 'smtp.gmail.com')
|
||||||
: 'localhost';
|
: 'localhost';
|
||||||
const SMTP_PORT = isProduction
|
const SMTP_PORT = isProduction
|
||||||
? (import.meta.env.SMTP_PORT || '587')
|
? (import.meta.env.SMTP_PORT || '587')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue