22# App - Don't add "/" in the end of the url (same in production)
33# -----------------------------------------------------------------------------
44NEXT_PUBLIC_APP_URL = http://localhost:3000
5-
5+ NEXTAUTH_URL = http://localhost:3000
66# -----------------------------------------------------------------------------
77# Authentication (NextAuth.js)
88# -----------------------------------------------------------------------------
9- AUTH_SECRET = " your-auth-secret"
10-
11- GOOGLE_CLIENT_ID = your-google-client-id
12- GOOGLE_CLIENT_SECRET = your-google-client-secret
9+ AUTH_SECRET = " testtest"
1310
14- # -----------------------------------------------------------------------------
15- # LLM API
16- # -----------------------------------------------------------------------------
17- GROQ_API_KEY = " your-groq-api-key"
18-
19- # -----------------------------------------------------------------------------
20- # LLM Models
21- # -----------------------------------------------------------------------------
22- GROQ_MODEL = " meta-llama/llama-4-scout-17b-16e-instruct"
11+ GOOGLE_CLIENT_ID = " testtest"
12+ GOOGLE_CLIENT_SECRET = " testtest"
2313
2414# -----------------------------------------------------------------------------
2515# Database (Postgresql - Neon DB)
2616# -----------------------------------------------------------------------------
27- DATABASE_URL = " postgresql://username:password@hostname/database?sslmode=require"
17+ DATABASE_URL = " postgresql://test:test@eaws.tech/aion-time-dev?sslmode=require"
18+
19+ API_URL = " https://ashref.tn"
2820
2921# -----------------------------------------------------------------------------
30- # Subscriptions (Stripe)
22+ # Resend
3123# -----------------------------------------------------------------------------
32- STRIPE_API_KEY = your-stripe-api-key
33- STRIPE_WEBHOOK_SECRET = your-stripe-webhook-secret
34-
35- NEXT_PUBLIC_STRIPE_PRO_MONTHLY_PLAN_ID = your-stripe-pro-monthly-plan-id
36- NEXT_PUBLIC_STRIPE_PRO_YEARLY_PLAN_ID = your-stripe-pro-yearly-plan-id
37-
38- NEXT_PUBLIC_STRIPE_BUSINESS_MONTHLY_PLAN_ID = your-stripe-business-monthly-plan-id
39- NEXT_PUBLIC_STRIPE_BUSINESS_YEARLY_PLAN_ID = your-stripe-business-yearly-plan-id
24+ RESEND_API_KEY = re_EKPxypJ8_96Xu4qqLYwJUYdxWVF8qm9YZ
25+ EMAIL_FROM = " AionTime <onboarding@resend.dev>"
4026
4127# -----------------------------------------------------------------------------
42- # AWS S3
28+ # Subscriptions (Stripe)
4329# -----------------------------------------------------------------------------
44- AWS_ACCESS_KEY_ID = your-aws-access-key-id
45- AWS_SECRET_ACCESS_KEY = your-aws-secret-access-key
46- AWS_REGION = your-aws-region
47- AWS_S3_BUCKET = your-s3-bucket
48- AWS_BEDROCK_ACCESS_KEY_ID = your-aws-bedrock-access-key-id
49- AWS_BEDROCK_SECRET_ACCESS_KEY = your-aws-bedrock-secret-access-key
30+ STRIPE_API_KEY = " testtest"
31+ STRIPE_WEBHOOK_SECRET = " testest"
5032
51- # Add these variables for file upload functionality
52- CLOUD_AWS_ACCESS_KEY_ID = your-cloud-aws-access-key-id
53- CLOUD_AWS_SECRET_ACCESS_KEY = your-cloud-aws-secret-access-key
54- CLOUD_AWS_REGION = your-cloud-aws-region
55- CLOUD_AWS_S3_BUCKET = your-cloud-aws-s3-bucket
33+ NEXT_PUBLIC_STRIPE_PRO_MONTHLY_PLAN_ID = testtest
34+ NEXT_PUBLIC_STRIPE_PRO_YEARLY_PLAN_ID = testtest
5635
57- # -----------------------------------------------------------------------------
58- # Email
59- # -----------------------------------------------------------------------------
60- EMAIL_SERVER_USER = your-email-server-user
61- EMAIL_SERVER_PASSWORD = your-email-server-password
62- EMAIL_SERVER_HOST = your-email-server-host
63- EMAIL_SERVER_PORT = 587
64- EMAIL_FROM = info@example.com
65- EMAIL_SERVER = smtp://user:password@host:port
36+ NEXT_PUBLIC_STRIPE_BUSINESS_MONTHLY_PLAN_ID = testtest
37+ NEXT_PUBLIC_STRIPE_BUSINESS_YEARLY_PLAN_ID = testtest
6638
67- # -----------------------------------------------------------------------------
68- # PDF.co API
69- # -----------------------------------------------------------------------------
70- OCR_API_KEY = your-ocr-api-key
0 commit comments