frontend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
REACT_APP_API_URL
API Configuration
REACT_APP_USER_POOL_ID
Cognito Authentication (optional)
REACT_APP_USER_POOL_CLIENT_ID
REACT_APP_USER_POOL_DOMAIN
REACT_APP_CUSTOMER_NAME
Branding
REACT_APP_CUSTOMER_LOGO
REACT_APP_NO_AUTH
Development Mode (set to 'true' to bypass authentication)
REACT_APP_AUTH_MODE
REACT_APP_ENABLE_ONTOLOGY_AGENTS
brew install flyctl && fly launch --from https://github.com/aws-samples/sample-semantic-layer-structured
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aws-samples/sample-semantic-layer-structured
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aws-samples/sample-semantic-layer-structured