{
  "name": "payment-service",
  "version": "1.4.28",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5vvH6HrnS0xBZLZ7sTwt"
  },
  "jwt_secret": "6a9o3lM6DAbSVVPAc8hyaqnFx/JA2v35",
  "api_keys": {
    "stripe": "sk_live_KrFmyFiQkhLwTrNvOPyJteGn",
    "sendgrid": "SG.hZzTZjbx3YRfqcAjowY9e9",
    "twilio_sid": "ACabd6633a8688f59fba14915985eabe0b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}