{
  "name": "auth-service",
  "version": "1.9.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gutaUMKNwdnbAw9Oj2mA"
  },
  "jwt_secret": "FSW2kuebgw6fmNnmsRJjOMRMmrzkMOKw",
  "api_keys": {
    "stripe": "sk_live_plmha8qfhoO8wS9sEZoZiuEZ",
    "sendgrid": "SG.NoXtkElAaIzQZIi5WhuIbI",
    "twilio_sid": "ACff8e1f95b0769ae7b6df5eb6c8e731fb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}