{
  "name": "auth-service",
  "version": "1.0.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "55hN2sRrTS6x9VQL9EgQ"
  },
  "jwt_secret": "/rSAStb4qw1iUjaGzdAQeV6Wzk9R2b8R",
  "api_keys": {
    "stripe": "sk_live_U6zYfBkql06eFlIFHtgAwpDp",
    "sendgrid": "SG.3jR1qNIVlIu0vBlkDPo9cQ",
    "twilio_sid": "AC7c82d99494d66b8d9d724492a78100f9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}