📦 EqualifyEverything / equalify-dashboard

📄 .env.example · 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15# The branch name this environment corresponds to : "staging" | "production"
VITE_BRANCH=""

# Base URL for the REST/GRAPHQL API
VITE_API_URL=""

# Base URL for accessing files
VITE_FILES_URL=""

# User pool ID for authentication (AWS Cognito)
VITE_USERPOOLID=""

# User pool web client ID (AWS Cognito)
VITE_USERPOOLWEBCLIENTID=""