{
  "name": "auth-service",
  "version": "1.6.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zFWmqUWE2zi0iGLSDzb1"
  },
  "jwt_secret": "Vm7x0uUPRfoJ9xcYbetw/9KUeZg7mzAq",
  "api_keys": {
    "stripe": "sk_live_pVB6hDHLBr9M4q9MCdGBmHvI",
    "sendgrid": "SG.4GJEJhNU97B91XZcmqPDmg",
    "twilio_sid": "AC065d1440634555303db6c3f68a50dc1d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}