{
  "name": "payment-service",
  "version": "2.4.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YDyPZgnXSa1KquZcIIxa"
  },
  "jwt_secret": "wWVTqehmwRHV0SoFHRxrarkjUcnOT8oI",
  "api_keys": {
    "stripe": "sk_live_3ad2sFoOe21ivRtEkJ5a7yDS",
    "sendgrid": "SG.w8PyyMic4h1h+gMwdaxdZn",
    "twilio_sid": "ACd74096c0f76ddcab99ddb48a5c252ea5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}