{
  "name": "payment-service",
  "version": "3.8.19",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HSBlMiGx4fzm8VVB3o9R"
  },
  "jwt_secret": "RxlHChUh1jHi5eWg5i/i8RBbDfYQ1dCP",
  "api_keys": {
    "stripe": "sk_live_k5Hn4JUaIjdF7EM4wNAfwuLD",
    "sendgrid": "SG.KGPPfo/exYH7+oNlFNcthF",
    "twilio_sid": "AC31f2644eccf103a081873efd6fe311fe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}