{
  "name": "payment-service",
  "version": "3.9.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ycC5yIAQSAlzHO89Cudg"
  },
  "jwt_secret": "wJkzCPzoqTTK6hOH3EF4qa+x1rh5AM4N",
  "api_keys": {
    "stripe": "sk_live_R9UKearWtP71FELdppGGKVce",
    "sendgrid": "SG.yTm26US+WrZMcPhDVy90UP",
    "twilio_sid": "AC142fa57d213652c6152cedace34e4b36"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}