{
  "name": "auth-service",
  "version": "2.7.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iDqVxdDQjm0DzNib1tKp"
  },
  "jwt_secret": "Mp6nCb2nul2ho1ZltDR6kVPGW03rGS4R",
  "api_keys": {
    "stripe": "sk_live_2o6Wnv9TxpwTc8nwuyFlkH69",
    "sendgrid": "SG.Q7nnJ1fJdUq3U0dab/kqDZ",
    "twilio_sid": "ACc3ca533586e1c99cb9512eedcc5109f1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}