.env.dist 540 B

12345678910111213141516171819202122232425262728293031
  1. ##### Font ####
  2. # API URL
  3. REACT_APP_API_ENDPOINT=http://localhost:3001/
  4. # Socket configuration
  5. REACT_APP_SOCKET_URL=https://localhost:3001/
  6. REACT_APP_SOCKET_PATH=
  7. # Game list URL
  8. REACT_APP_GAMELIST_URL=http://localhost:8080/gameList.json
  9. # Set to 1 to remove Welcome (debug only)
  10. REACT_APP_NO_WELCOME=0
  11. #### BACK ####
  12. # Server API and socket port
  13. SERVER_PORT=3001
  14. SERVER_HOST=localhost
  15. FILE_STORAGE=memory # or disk or s3
  16. DISK_DESTINATION= # for disk storage
  17. # For s3 storage
  18. S3_ACCESS_KEY=
  19. S3_SECRET_KEY=
  20. S3_ENDPOINT=
  21. S3_BUCKET=