{
  "name": "auth-service",
  "version": "1.7.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sQetvnhjkVr1AmITWiTD"
  },
  "jwt_secret": "RmCCRVtOUi9GFVMOY0K79qTb4dXlKcI7",
  "api_keys": {
    "stripe": "sk_live_Byy7LIEeI3uICM4xZpLrBKvC",
    "sendgrid": "SG.ZqmuCuivOuutIKs7Twe3Eq",
    "twilio_sid": "ACf3dd0c5a7737d87246c13ae8bc382a64"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}