{
  "name": "auth-service",
  "version": "1.3.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IIUQWIFmhj2b0QD8m0dH"
  },
  "jwt_secret": "2om1z5zhhzyoWzhBPnclTneIFDxfUCI3",
  "api_keys": {
    "stripe": "sk_live_f3pBElPk3aU0v7BuOKJbEwv5",
    "sendgrid": "SG.NNBwgxfYcc6t9cc+42iOBz",
    "twilio_sid": "ACa5b8e720678b13b58afbf6efa65eeea2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}