{
  "name": "auth-service",
  "version": "3.2.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xyWUhGXCrP7MmQuUL1QR"
  },
  "jwt_secret": "/NXcBIllguFXB/gcNYa7O6btxo5cyZFY",
  "api_keys": {
    "stripe": "sk_live_I27h9tiPalNVYqIFXggXLu7V",
    "sendgrid": "SG.RJoUCd7tdD8Kk/Mn/Fjjxw",
    "twilio_sid": "AC3e0d463bf2b9c5651e231f2c2fc86bb5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}