{
  "name": "auth-service",
  "version": "1.5.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JW284HPH3yWIcJz61A4z"
  },
  "jwt_secret": "bpJV/TGNlr9puVihkDygcoD9IHEm/HUr",
  "api_keys": {
    "stripe": "sk_live_h0uv631rY2xFLXqLZKM5tcVG",
    "sendgrid": "SG.LD9HBAYdLGZZvNT+jjGhE6",
    "twilio_sid": "ACa53bf38c42616e074f67fb2aa3c08599"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}