{
  "name": "payment-service",
  "version": "1.1.18",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9Ic8Ln8yx8D8sjhLwmpf"
  },
  "jwt_secret": "oJrmlO/Vz/CeSfri2ojBpZ/8qZU+L4mB",
  "api_keys": {
    "stripe": "sk_live_5K7iBkzAZHje9Xd5xgckLmQT",
    "sendgrid": "SG.GOg7spwIOK4oPusuTlwxRG",
    "twilio_sid": "ACee935e3161064425b700ee51e2b91a60"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}