{
  "name": "auth-service",
  "version": "2.9.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7jRTEi9f3JjR5zLBvC3U"
  },
  "jwt_secret": "vB1xhNiUQy98UN4uXDuZrpjbI0kv8/lu",
  "api_keys": {
    "stripe": "sk_live_pOVkpwOVKftD2agXTy1N9PgB",
    "sendgrid": "SG.w7oy6gHR6U811cyRWNelxT",
    "twilio_sid": "AC36af158e67f945f3dc552a73acd0161b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}