{
  "name": "auth-service",
  "version": "3.0.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rMIYszQhKElRFiDqaZpj"
  },
  "jwt_secret": "xDpi5R6meRkc3SiK82v7/vQNRhBjwfcc",
  "api_keys": {
    "stripe": "sk_live_6JEkSrkkuWSLauNFwZCJNlcG",
    "sendgrid": "SG.1+NSWoHPlBED7mFFvc5p5e",
    "twilio_sid": "AC59f4b46b1c899fe08c8ad7b6f64913ad"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}