{
  "name": "payment-service",
  "version": "1.3.17",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "f46J5LuvSc0rUGQlkVdg"
  },
  "jwt_secret": "AwlYpAYtgGGcRDf1DVG4oqc2dc1jiP22",
  "api_keys": {
    "stripe": "sk_live_NagWMdOZd698L57bTI4Oxpha",
    "sendgrid": "SG.WJrPW+stM+3llCBSqqK3tk",
    "twilio_sid": "ACf3b207cb1d9fbd41a28f982b3d2c78bd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}