{
  "name": "auth-service",
  "version": "1.9.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "RgugGcvrz7ipGi3KjxVX"
  },
  "jwt_secret": "lCVSWHMMIt4VxkYX8r1shoZkmwhP/8LN",
  "api_keys": {
    "stripe": "sk_live_g7VhiyqhzMLARuO6g3tcvhWm",
    "sendgrid": "SG.v/YTYyZdNVGVlSDkU085+q",
    "twilio_sid": "AC5f98034ff8b8a772d5ad18a4f2a0efa5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}