{
  "name": "auth-service",
  "version": "2.5.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aM0ZLf2q0qVnrYMjDCSs"
  },
  "jwt_secret": "dXtkIx+xJuVNjfanMRlriqjZTKeabEXQ",
  "api_keys": {
    "stripe": "sk_live_rXmnFqjF9LLwtDAcSfb78CxX",
    "sendgrid": "SG.uelLPwBWGcQGhRNLMSRFmz",
    "twilio_sid": "AC1f023d2ab0fd5b95547de64cac1393bf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}