{
  "name": "payment-service",
  "version": "1.3.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LX5NJxJlJJ7o42POVqKH"
  },
  "jwt_secret": "8OqxDzJd7E9MVgx9pdq/KUNDGO01LQJ+",
  "api_keys": {
    "stripe": "sk_live_HQCkin6NM1fmKo0tVFeamy3z",
    "sendgrid": "SG.MPY4xrDULfvD5WJ9zVAiMi",
    "twilio_sid": "AC442d86de906fb150159697ce889eb0df"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}