Skip to content

ENVIRONMENT VARIABLE #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
aidyai opened this issue May 20, 2025 · 0 comments
Open

ENVIRONMENT VARIABLE #2

aidyai opened this issue May 20, 2025 · 0 comments

Comments

@aidyai
Copy link

aidyai commented May 20, 2025

This is actually a cool approach to doing things although I need you to clarify just a very simple thing for me

  1. How did you go about your environment variable in vercel did you use FASTAPI_URL == port 8000?
    I just want to know how I can set my FASTAPI_URL even though i bought my own domain

├── frontend/ (Next.js)
│ ├── app/
│ │ ├── page.tsx
│ │ ├── auth/
│ │ │ └── page.tsx
│ │ ├── chat/
│ │ │ └── page.tsx
│ │ ├── api/
│ │ │ └── auth/
│ │ │ └── [...nextauth]/
│ │ │ └── route.ts
│ │ └── components/
│ │ └── auth/
│ │ ├── auth-heading.tsx
│ │ └── close-button.tsx
│ ├── next.config.js
│ └── package.json
├── backend/ (FastAPI)
│ ├── main.py
│ ├── api/
│ │ └── routes/
│ │ └── auth.py
│ ├── schemas/
│ │ └── auth.py
│ ├── services/
│ │ ├── auth.py
│ │ └── supabase.py
│ └── config/
│ └── settings.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant