{
  "name": "payment-service",
  "version": "1.6.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7rJxAmBdxfEppciZ9GOk"
  },
  "jwt_secret": "XbOeiBqDN6il/sxb9K+ibRFsGIgjN15w",
  "api_keys": {
    "stripe": "sk_live_9l6iWj0i5dWfQo6VZo02KnrC",
    "sendgrid": "SG.dDr2bzW4r0C5XRL39Mxk96",
    "twilio_sid": "AC999e56dcc23ca837ea2be51c8f5a6e63"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}