.env.development 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. MODE="development"
  2. VITE_APP_BACKEND_V2_GET_URL=https://json-dev.excalidraw.com/api/v2/
  3. VITE_APP_BACKEND_V2_POST_URL=https://json-dev.excalidraw.com/api/v2/post/
  4. VITE_APP_LIBRARY_URL=https://libraries.excalidraw.com
  5. VITE_APP_LIBRARY_BACKEND=https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries
  6. # collaboration WebSocket server (https://github.com/excalidraw/excalidraw-room)
  7. VITE_APP_WS_SERVER_URL=http://localhost:3002
  8. VITE_APP_PLUS_LP=https://plus.excalidraw.com
  9. VITE_APP_PLUS_APP=http://localhost:3000
  10. VITE_APP_AI_BACKEND=http://localhost:3015
  11. VITE_APP_FIREBASE_CONFIG='{"apiKey":"AIzaSyCMkxA60XIW8KbqMYL7edC4qT5l4qHX2h8","authDomain":"excalidraw-oss-dev.firebaseapp.com","projectId":"excalidraw-oss-dev","storageBucket":"excalidraw-oss-dev.appspot.com","messagingSenderId":"664559512677","appId":"1:664559512677:web:a385181f2928d328a7aa8c"}'
  12. # put these in your .env.local, or make sure you don't commit!
  13. # must be lowercase `true` when turned on
  14. #
  15. # whether to disable live reload / HMR. Usuaully what you want to do when
  16. # debugging Service Workers.
  17. VITE_APP_DEV_DISABLE_LIVE_RELOAD=
  18. VITE_APP_ENABLE_TRACKING=true
  19. FAST_REFRESH=false
  20. # The port the run the dev server
  21. VITE_APP_PORT=3000
  22. #Debug flags
  23. # To enable bounding box for text containers
  24. VITE_APP_DEBUG_ENABLE_TEXT_CONTAINER_BOUNDING_BOX=
  25. # Set this flag to false if you want to open the overlay by default
  26. VITE_APP_COLLAPSE_OVERLAY=true
  27. # Set this flag to false to disable eslint
  28. VITE_APP_ENABLE_ESLINT=true
  29. # Enable PWA in dev server
  30. VITE_APP_ENABLE_PWA=false
  31. VITE_APP_PLUS_EXPORT_PUBLIC_KEY='MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm2g5T+Rub6Kbf1Mf57t0
  32. 7r2zeHuVg4dla3r5ryXMswtzz6x767octl6oLThn33mQsPSy3GKglFZoCTXJR4ij
  33. ba8SxB04sL/N8eRrKja7TFWjCVtRwTTfyy771NYYNFVJclkxHyE5qw4m27crHF1y
  34. UNWEjuqNMi/lwAErS9fFa2oJlWyT8U7zzv/5kQREkxZI6y9v0AF3qcbsy2731FnD
  35. s9ChJvOUW9toIab2gsIdrKW8ZNpu084ZFVKb6LNjvIXI1Se4oMTHeszXzNptzlot
  36. kdxxjOoaQMAyfljFSot1F1FlU6MQlag7UnFGvFjRHN1JI5q4K+n3a67DX+TMyRqS
  37. HQIDAQAB'
  38. # set to true in .env.development.local to disable the prevent unload dialog
  39. VITE_APP_DISABLE_PREVENT_UNLOAD=