{
  "name": "auth-service",
  "version": "3.9.28",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cwKnsJb4YbFeRc7XnUqU"
  },
  "jwt_secret": "p801F0XBTbLrVP2excywQGerBORZ/NqV",
  "api_keys": {
    "stripe": "sk_live_HBGKsDT4nuOexCZ4Tm82T2Ur",
    "sendgrid": "SG.ZaZyJVthOS1Ah71BO+YBtb",
    "twilio_sid": "AC124db7d3cd681b094ce5c6eb137419e2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}