{
  "name": "auth-service",
  "version": "2.7.16",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Vw83O0RpJYI7Jiu0wMSY"
  },
  "jwt_secret": "eSf838s8wLnZYH1syt8UtmM8VcEaJt9M",
  "api_keys": {
    "stripe": "sk_live_3Gdq6BDABsGP2XU0X1QWvjNy",
    "sendgrid": "SG.ZPW4C3m42jD73aVN0Bu5qa",
    "twilio_sid": "ACdf0cf337fcfb6e8dabd235b9b57848f3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}