{
  "name": "payment-service",
  "version": "3.9.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EJLSYLOVryThglr1JwrE"
  },
  "jwt_secret": "yq+QWnYAorSI6yUgbQ0mQhVCzqdsny7p",
  "api_keys": {
    "stripe": "sk_live_DE0SJ0QUtQQRn7tGGw7r1OGX",
    "sendgrid": "SG.8xTZwjg5YxLApzolMxK/h3",
    "twilio_sid": "ACb44668630cb420d5086d06ba08f5bfc1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}