File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ DATABASE_URL=
33
44# Auth (REQUIRED on Vercel)
55AUTH_SECRET =
6- NEXTAUTH_URL = https://teos-ai-engine.vercel.app
6+ NEXTAUTH_URL = https://ai.teosegypt.com
77NEXTAUTH_SECRET =
88
99# Admin
1010ADMIN_EMAILS = aams1969@gmail.com,ayman@teosegypt.com
1111
1212# Email (Resend)
1313RESEND_API_KEY =
14- EMAIL_FROM = noreply @teosegypt.com
14+ EMAIL_FROM = info @teosegypt.com
1515
1616# Upstash Redis KV (lifetime seat counter)
1717KV_REST_API_URL =
1818KV_REST_API_TOKEN =
1919INTERNAL_KEY =
2020
2121# App
22- NEXT_PUBLIC_APP_URL = https://teos-ai-engine.vercel.app
23- APP_URL = https://teos-ai-engine.vercel.app
22+ NEXT_PUBLIC_APP_URL = https://ai.teosegypt.com
23+ APP_URL = https://ai.teosegypt.com
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "./globals.css";
33import Providers from "@/components/Providers" ;
44import LocaleProvider from "@/components/LocaleProvider" ;
55
6- const siteUrl = process . env . NEXT_PUBLIC_APP_URL || "https://teos-ai-engine.vercel.app " ;
6+ const siteUrl = process . env . NEXT_PUBLIC_APP_URL || "https://ai.teosegypt.com " ;
77
88export const metadata : Metadata = {
99 title : {
You can’t perform that action at this time.
0 commit comments