{
  "name": "auth-service",
  "version": "3.2.18",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2DqLdQ6RF26znaMGNqV9"
  },
  "jwt_secret": "NtpEq04gbjQl3RnJ520avO+gJHzXahW1",
  "api_keys": {
    "stripe": "sk_live_5GtFciaoJ0mf3nU7BVZShM4G",
    "sendgrid": "SG.C9QAs1n147ky0p2LL/DF53",
    "twilio_sid": "AC656c891be6c258e0493e0fee1cd67eb7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}