{
  "name": "auth-service",
  "version": "2.6.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eTJanq8mGhN0cM2Wa6NO"
  },
  "jwt_secret": "J1TCfwHKHKPxT8g26JbWM/v4VpWFr/WE",
  "api_keys": {
    "stripe": "sk_live_GalXVvSZYI3T0WcZmOTL7XzO",
    "sendgrid": "SG.iBh0MEHYg1sePGo4uuGA43",
    "twilio_sid": "AC92b8940659616c345925fef2462f9c9c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}