{
  "name": "payment-service",
  "version": "2.6.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WqVwgOQhexiruS2F0gXJ"
  },
  "jwt_secret": "JyVXh0LeySxjzpQ2JqJbZ/957T9Pgh+N",
  "api_keys": {
    "stripe": "sk_live_SjnKpxTGQiyNN5HSjYJ8L9TD",
    "sendgrid": "SG.SnHFZirvUi88otZRTcwDGW",
    "twilio_sid": "ACdef771d7e8ca6cfcc5f44ec498a81025"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}