{
  "name": "payment-service",
  "version": "3.4.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pO55rL0dcKCVXjctECWj"
  },
  "jwt_secret": "WtKYgoy/TypR5538tS/t0GD9KgVqG8pG",
  "api_keys": {
    "stripe": "sk_live_Q1iYtxzApKNiTAcbTKPjRC8t",
    "sendgrid": "SG.OQwHnc1LFdPSK1wDnEDTp8",
    "twilio_sid": "ACa76797af61182092c7507e48f4245f3b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}