{
  "name": "payment-service",
  "version": "1.7.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Z1QLRShkuEtLKZ6fdAy8"
  },
  "jwt_secret": "qcIxGw8H9/m2ej+QS1NuYMJ0j2Z8+tYX",
  "api_keys": {
    "stripe": "sk_live_2uVNOuWI65MFE9bJAFAic1uu",
    "sendgrid": "SG.xK5ctjTHPu6VxqlWrw60xG",
    "twilio_sid": "AC1c7c18f29645d28a7f272cdc920e5684"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}