{
  "name": "auth-service",
  "version": "1.2.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sqmj2ciYGdhs0wCvsQ28"
  },
  "jwt_secret": "j700fv2vD8NPQxmbLOgzBziXiwbN84tZ",
  "api_keys": {
    "stripe": "sk_live_rI4TBxoMLjiZYBI9QhySCQrR",
    "sendgrid": "SG.ldQO2hPqDb5/31u3wDdMvY",
    "twilio_sid": "ACdda70d3ae659d1c393cf666a3b5b9e50"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}