{
  "name": "auth-service",
  "version": "2.5.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NlOIkWhXEtWymPN0C81f"
  },
  "jwt_secret": "gAYMb5np+r/opPXY5XEyCs2MruKJfrNO",
  "api_keys": {
    "stripe": "sk_live_BY5TtNh45r7SNwzSFvDKYPS1",
    "sendgrid": "SG.iD4la2AWcG6vrRLXjv8YlL",
    "twilio_sid": "AC1df11822e7b6cd110a44e5a6859404bf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}