xxalmo

Untitled

Jun 22nd, 2025
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # --- Core Settings ---
  2. # Replace with YOUR public domain name
  3. HOST=credentials.almoaleminstitute.com
  4.  
  5. CLAIM_PAGE_URL=https://${HOST}/claim
  6. PAYLOAD_PUBLIC_SERVER_URL=https://${HOST}
  7.  
  8. # --- Payload Service Mongo Database ---
  9. # Use the internal Docker Mongo for this initial setup
  10. MONGODB_URI=mongodb://root:example@mongo:27017/
  11.  
  12. # --- SMTP Email Settings ---
  13. # Replace with YOUR SMTP host
  14. SMTP_HOST=mail.almoaleminstitute.com
  15. # Replace with YOUR SMTP username
  16. # Replace with YOUR SMTP password/key
  17. SMTP_PASS=****
  18. # Replace with YOUR desired "From" address (including the name part in quotes)
  19. #EMAIL_FROM="AL MOALEM INSTITUTE <[email protected]>"
  20. EMAIL_FROM="Digital Credentials Consortium <[email protected]>"
  21.  
  22.  
  23.  
  24. # --- Status Service Mongo Database (Leave blank/commented for non-revocation setup) ---
  25. # CRED_STATUS_DB_URL=
Advertisement
Add Comment
Please, Sign In to add comment