{
  "name": "payment-service",
  "version": "3.4.22",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "z45BCOUCcw6xZy5ariu1"
  },
  "jwt_secret": "4UXIQTitAW5sD5KCQsCE+aO89uRzMPvM",
  "api_keys": {
    "stripe": "sk_live_XFWilsNi0xqgdvQNMN4DMQS5",
    "sendgrid": "SG.NaI3TncUJ9+L+u2PnqyQwP",
    "twilio_sid": "ACebe47778bf3771ed15942c367196e1dd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}