.dashboardenv 747 B

123456789101112131415161718192021222324
  1. # Fill out this file, and renamed to '.dashboard.env' in order to run this with Tilt
  2. # NODE_ENV denotes the environment that gets passed to webpack
  3. NODE_ENV=development
  4. # DEV_SERVER_PORT is the port that the UI will run on
  5. DEV_SERVER_PORT=8081
  6. # ENABLE_PROXY decides if requests should be proxied
  7. ENABLE_PROXY=true
  8. # API_SERVER is the URL that the API server is running on
  9. API_SERVER=http://localhost:8080
  10. # TRUST_ARN is used with the cloudformation pack, to allow supporting multiple AWS accounts as management accounts. Change MY_AWS_DEV_ACCOUNT_ID to your AWS developer account ID
  11. TRUST_ARN=arn:aws:iam::MY_AWS_DEV_ACCOUNT_ID:role/CAPIManagement
  12. # STRIPE_PUBLISHABLE_KEY is used to create Stripe Web Elements
  13. STRIPE_PUBLISHABLE_KEY=