| 123456789101112 |
- # Fill out this file, and renamed to '.dashboard.env' in order to run this with Tilt
- NODE_ENV=development
- DEV_SERVER_PORT=8081
- ENABLE_PROXY=true
- API_SERVER=http://localhost:8080
- # SERVER_URL must be set to your ngrok url, If you are using ngrok for your github app setup on the backend
- # SERVER_URL=
- # TRUST_ARN is the ARN of the role which will be used for creating CAPI clusters
- # TRUST_ARN=arn:aws:iam::MY_ID:role/OrganizationAccountAccessRole
|