{
  "name": "auth-service",
  "version": "2.7.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yHM6xmjTfuETPE2qrPcb"
  },
  "jwt_secret": "fCslY7mcK5VC1tY7V6jm/2MiY/bsKssT",
  "api_keys": {
    "stripe": "sk_live_ivQfgcHKHoptVeyzCaiIoH2G",
    "sendgrid": "SG.PhvI6RhmN/sdc1NKICB2wU",
    "twilio_sid": "AC2872453841d74d6f8559f6540ea72ef3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}