{
  "name": "payment-service",
  "version": "3.8.4",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eSWvDtzozS5R4GufQDxS"
  },
  "jwt_secret": "qZo0COVH6IgTn3XdqrRTdic2mVX3Omy6",
  "api_keys": {
    "stripe": "sk_live_OcjcfxLgdv8fN164CKs3VVK7",
    "sendgrid": "SG.NWLZSgl60s3XKFw/emAWzG",
    "twilio_sid": "AC0c7e2df343d5cf01246513f3caf3f7ef"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}