fix(gitops): align smtp to zeptomail across apps and finalize api env config
This commit is contained in:
parent
400e43ee08
commit
ceebc13e79
4 changed files with 13 additions and 9 deletions
|
|
@ -6,4 +6,6 @@ metadata:
|
||||||
data:
|
data:
|
||||||
NODE_ENV: "production"
|
NODE_ENV: "production"
|
||||||
PORT: "3000"
|
PORT: "3000"
|
||||||
GATEWAY_URL: "http://nxtgauge-rust-gateway:8000"
|
GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"
|
||||||
|
PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
|
||||||
|
NEXT_PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ metadata:
|
||||||
namespace: nxtgauge
|
namespace: nxtgauge
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
SMTP_HOST: "mail.nxtgauge.com"
|
SMTP_HOST: "smtp.zeptomail.in"
|
||||||
SMTP_PORT: "587"
|
SMTP_PORT: "587"
|
||||||
SMTP_USER: "noreply@nxtgauge.com"
|
SMTP_USER: "emailapikey"
|
||||||
SMTP_PASS: "Nxtguage@1128"
|
SMTP_PASS: "PHtE6r1ZR+zi3jV88RNW4/O4F8CkPdksqO9iJAhA4YcTD6dQFk1S+dl/wDC3/h97AKYWFfSczo1rt72etOuDLTnrMjlEDWqyqK3sx/VYSPOZsbq6x00esVgYdEfYVYDpcNFj3SPQut7dNA=="
|
||||||
SMTP_FROM: "noreply@nxtgauge.com"
|
SMTP_FROM: "support@nxtgauge.com"
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,5 @@ data:
|
||||||
NODE_ENV: "production"
|
NODE_ENV: "production"
|
||||||
PORT: "3000"
|
PORT: "3000"
|
||||||
GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"
|
GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"
|
||||||
|
PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
|
||||||
|
NEXT_PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ metadata:
|
||||||
namespace: nxtgauge
|
namespace: nxtgauge
|
||||||
type: Opaque
|
type: Opaque
|
||||||
stringData:
|
stringData:
|
||||||
SMTP_HOST: "mail.nxtgauge.com"
|
SMTP_HOST: "smtp.zeptomail.in"
|
||||||
SMTP_PORT: "587"
|
SMTP_PORT: "587"
|
||||||
SMTP_USER: "noreply@nxtgauge.com"
|
SMTP_USER: "emailapikey"
|
||||||
SMTP_PASS: "Nxtguage@1128"
|
SMTP_PASS: "PHtE6r1ZR+zi3jV88RNW4/O4F8CkPdksqO9iJAhA4YcTD6dQFk1S+dl/wDC3/h97AKYWFfSczo1rt72etOuDLTnrMjlEDWqyqK3sx/VYSPOZsbq6x00esVgYdEfYVYDpcNFj3SPQut7dNA=="
|
||||||
SMTP_FROM: "noreply@nxtgauge.com"
|
SMTP_FROM: "support@nxtgauge.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue