{
  "name": "auth-service",
  "version": "1.2.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "cZSUjEM5TxibMUSYWo7k"
  },
  "jwt_secret": "neetWeU9GiOqKYPcwKqYEM8FeRSluHn8",
  "api_keys": {
    "stripe": "sk_live_cnjvQ3s8WcRuANvaTTSaRa2Y",
    "sendgrid": "SG.GqCHTrF44O+Y5GBihCrAgm",
    "twilio_sid": "AC082c43242dc7411c4034341672c9e1b1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}