{
  "name": "auth-service",
  "version": "3.5.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cmog9Ad2xcaekr9qBkFF"
  },
  "jwt_secret": "16O3pYjJr4xarebjb111F5I6ReGIw5KL",
  "api_keys": {
    "stripe": "sk_live_sXH5HCC8EGDOayOCVhdraRpA",
    "sendgrid": "SG.c0wphCXGh0N7a+lusxsGee",
    "twilio_sid": "ACf38e0f6e9fa6b91e875604fa6df434ac"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}