{
  "name": "auth-service",
  "version": "1.4.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8W35fc5NADz4cjLJso3l"
  },
  "jwt_secret": "7BdyMfDydleBZIO04llpHjyXCUbsJTbv",
  "api_keys": {
    "stripe": "sk_live_Zbh8xc7yNX1vZc9RhJHYbOwT",
    "sendgrid": "SG.sWwNnaUpHph2WJEYYKglMp",
    "twilio_sid": "AC963aa64ed55d16a8b2435fea4c1c4610"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}