.env.dist 775 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Secret key generated by ricochetjs. This is the same you put in `site.json` file.
  2. RICOCHET_SECRET_KEY=
  3. # --- Ricochet configuration start here
  4. SERVER_PORT=4050
  5. SERVER_HOST=localhost
  6. # memory, disk or s3 storage are available
  7. FILE_STORAGE=memory
  8. # S3 storage configuration
  9. S3_ACCESS_KEY=
  10. S3_SECRET_KEY=
  11. S3_ENDPOINT=
  12. S3_BUCKET=
  13. # Only for testing purpose
  14. S3_BUCKET_TEST=test-bucket-001
  15. # memory or nedb store backend
  16. STORE_BACKEND=memory
  17. NEDB_BACKEND_DIRNAME=/path/to/data # Any path where nedb databases will be kept
  18. SECRET=YourSuperSecretHere
  19. # Smtp server configuration
  20. EMAIL_HOST=fake
  21. EMAIL_PORT=
  22. EMAIL_USER=
  23. EMAIL_PASSWORD=
  24. EMAIL_FROM=
  25. # Webconference Openvidu configuration
  26. # See https://docs.openvidu.io for more information
  27. OPENVIDU_URL=
  28. OPENVIDU_SECRET=