{
  "name": "auth-service",
  "version": "1.5.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "74yffCfazTnrYhtpDxDd"
  },
  "jwt_secret": "1JcoRwwivzsQD0plVHzUhyho9kYX9b/B",
  "api_keys": {
    "stripe": "sk_live_NeKP4Ggfi2w4VZqr9Lft9KNy",
    "sendgrid": "SG.xN7wnDK0s+uzruZUal9uAd",
    "twilio_sid": "AC1a88333a6b93c65a2edd5b67ddfb238b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}