{
  "name": "auth-service",
  "version": "2.8.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "J0r6DaWhogTavwOyNQU7"
  },
  "jwt_secret": "GvVtdXkMbuLoUzPICW9fDPY3xbIuyjc3",
  "api_keys": {
    "stripe": "sk_live_FUd8TdtAyAJw9Ap89dyuq9Qw",
    "sendgrid": "SG.q5WbT4sWrZbcroamo8ufGg",
    "twilio_sid": "AC992bee6330d7fc8805e7253988bd41f8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}