You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
333 B
Bash

# Stock Oracle Frontend Environment Variables
# API Configuration
NEXT_PUBLIC_API_URL=http://localhost:18001/api/v1
# Application Configuration
NEXT_PUBLIC_APP_NAME=Stock Oracle
NEXT_PUBLIC_APP_VERSION=1.0.0
# Analytics (optional)
NEXT_PUBLIC_GA_ID=
# Feature Flags
NEXT_PUBLIC_ENABLE_ANALYTICS=false
NEXT_PUBLIC_ENABLE_PWA=false