{
  "name": "auth-service",
  "version": "1.7.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qri4APstgHDiGf0cWguX"
  },
  "jwt_secret": "7FrAsUnzqEDeMgZY2FoCsPodSgUe0dLQ",
  "api_keys": {
    "stripe": "sk_live_5E2xwT7ZKHQoFDRtViqchSi4",
    "sendgrid": "SG.9Z/TR8Ru/Gi2AahnpGuuGW",
    "twilio_sid": "ACa67a426c6656aa205b883cfabd3cce4f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}