{
  "name": "auth-service",
  "version": "2.5.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VLK0WXcmE4CCJ1vzFnzG"
  },
  "jwt_secret": "UX60rBxLcPbqPjXNtRPLkCF+sJUpRyc/",
  "api_keys": {
    "stripe": "sk_live_U2DA5Rys4Ylkm6MZZ4UhsEOr",
    "sendgrid": "SG.0lDonY08hsuif6Vh0viDUs",
    "twilio_sid": "ACb4b13805c41baf2d24273cc5601ad098"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}