{
  "name": "payment-service",
  "version": "1.2.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sdz1ZU6OVeftJvyCU18W"
  },
  "jwt_secret": "PtfFg4SMUe8akl0smH1oJcnxnV4Y8PXK",
  "api_keys": {
    "stripe": "sk_live_2Gw2UzJs6BxPDBYVODtRnFcG",
    "sendgrid": "SG.gCTt/CDP61zeZaD68+5jG9",
    "twilio_sid": "AC2a76ef3e825e5d14b039c951ad1f5e0a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}