{
  "name": "auth-service",
  "version": "1.3.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "k6FwmaPlxAGL62N8pCGa"
  },
  "jwt_secret": "f+vRQ2NxZm45MG02LcWbSqDdNog8fjOp",
  "api_keys": {
    "stripe": "sk_live_J0STDwNeu9SCqJ5yxm1gFPfN",
    "sendgrid": "SG.0fKZIqmVVYIyMVcrob710B",
    "twilio_sid": "AC5e5797477e8e25acf0bef2006321a94f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}