{
  "name": "auth-service",
  "version": "3.3.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pMB6rsMWaIh3hFSuh1ca"
  },
  "jwt_secret": "NDA4fhVHfG8lIGG5Upk5zKyLmtEP+58q",
  "api_keys": {
    "stripe": "sk_live_HC34deRnmI8MCJiCtTA3gHLS",
    "sendgrid": "SG.jK4Nm0Nj8tK3IkG0aEUeYF",
    "twilio_sid": "AC1b12bda77668fb24c289c324aa3cda7f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}