{
  "name": "auth-service",
  "version": "3.0.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "syKSKgeXvFLvbXTsiSkH"
  },
  "jwt_secret": "zgls3fV0BreqStgV6nmlLmLdN+kBjcjD",
  "api_keys": {
    "stripe": "sk_live_49DaYr8u1aLO9mZ0TVMMLCkH",
    "sendgrid": "SG.FG4Zgesjy2EuFfG39BquFo",
    "twilio_sid": "AC7bb738524da5f7de4258cddd4e4e59c9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}