{
  "name": "payment-service",
  "version": "1.1.25",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Nni79BuFvlkhmtMmG5TD"
  },
  "jwt_secret": "o2eAFRMHhkpwnOb873yNGiSTyEQ6VGQK",
  "api_keys": {
    "stripe": "sk_live_egQMT5xWtaWRNXohOtiy9YqE",
    "sendgrid": "SG.v05lRCsSXcqfRBzVXzAr2L",
    "twilio_sid": "ACc5389ab0aa64a3fb3bf028c534939794"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}