s3recon.yml 768 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. database: {
  2. host: "0.0.0.0",
  3. port: 27017
  4. }
  5. separators: ["-", "_", "."]
  6. environments:
  7. [
  8. "",
  9. "backup",
  10. "backups",
  11. "dev",
  12. "development",
  13. "prod",
  14. "production",
  15. "stage",
  16. "stg",
  17. "main",
  18. "assets2",
  19. "staging",
  20. "test",
  21. "testing",
  22. "private",
  23. "upload",
  24. "uploads",
  25. "assets",
  26. "asset",
  27. "static",
  28. "images",
  29. ]
  30. regions:
  31. [
  32. "ap-northeast-1",
  33. "ap-northeast-2",
  34. "ap-northeast-3",
  35. "ap-south-1",
  36. "ap-southeast-1",
  37. "ap-southeast-2",
  38. "ca-central-1",
  39. "cn-north-1",
  40. "cn-northwest-1",
  41. "eu-central-1",
  42. "eu-north-1",
  43. "eu-west-1",
  44. "eu-west-2",
  45. "eu-west-3",
  46. "sa-east-1",
  47. "us-east-1",
  48. "us-east-2",
  49. "us-west-1",
  50. "us-west-2",
  51. ]