{
  "name": "auth-service",
  "version": "3.5.14",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sTJsoheNTYP8omlMFhDi"
  },
  "jwt_secret": "ljkSbPkzbTWVST9vYSFRMGKGfnu9L0YP",
  "api_keys": {
    "stripe": "sk_live_mMBRz3GlukLLpjRWOOEYmn9A",
    "sendgrid": "SG.qo109VmNdlC2+pgbBIV8z4",
    "twilio_sid": "AC0cade957e9a051c4b3ae3f506e7660e1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}