{
  "name": "auth-service",
  "version": "3.2.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jWmj5nFJLVTB6HuGraYz"
  },
  "jwt_secret": "AYuSn3ypgX8IYiRkd8s3+Tg7GE7LRIoS",
  "api_keys": {
    "stripe": "sk_live_3YLFEGAbinBWKncRAOTwkdNM",
    "sendgrid": "SG.4QZAnWe7iIo+TOn4q8emm5",
    "twilio_sid": "AC2e4f00716dfaa68bc7d2d3ed11b5b86e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}