{
  "name": "auth-service",
  "version": "1.8.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dbQbQ0kpWBgyzLqrOot0"
  },
  "jwt_secret": "bt0TCaCXG0+eVrHfJS3GbvzQuzUXllpR",
  "api_keys": {
    "stripe": "sk_live_qp0oCdK4ouZBbnMlonFEZFLY",
    "sendgrid": "SG.kKjhMyUiL1om6T5fjgha2S",
    "twilio_sid": "AC607a790e11e48e243102366151076b59"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}