# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
BASEPATH=
APP_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# Authentication (NextAuth.js)
# -----------------------------------------------------------------------------
NEXTAUTH_BASEPATH=/api/auth
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=dev-secret-change-me
# -----------------------------------------------------------------------------
# API
# -----------------------------------------------------------------------------
API_URL=https://ursback.unocodetech.net/api/v1
NEXT_PUBLIC_API_URL=https://ursback.unocodetech.net/api/v1
