Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # --- Core Settings ---
- # Replace with YOUR public domain name
- HOST=credentials.almoaleminstitute.com
- CLAIM_PAGE_URL=https://${HOST}/claim
- PAYLOAD_PUBLIC_SERVER_URL=https://${HOST}
- # --- Payload Service Mongo Database ---
- # Use the internal Docker Mongo for this initial setup
- MONGODB_URI=mongodb://root:example@mongo:27017/
- # --- SMTP Email Settings ---
- # Replace with YOUR SMTP host
- SMTP_HOST=mail.almoaleminstitute.com
- # Replace with YOUR SMTP username
- # Replace with YOUR SMTP password/key
- SMTP_PASS=****
- # Replace with YOUR desired "From" address (including the name part in quotes)
- #EMAIL_FROM="AL MOALEM INSTITUTE <[email protected]>"
- EMAIL_FROM="Digital Credentials Consortium <[email protected]>"
- # --- Status Service Mongo Database (Leave blank/commented for non-revocation setup) ---
- # CRED_STATUS_DB_URL=
Advertisement
Add Comment
Please, Sign In to add comment