{
  "name": "payment-service",
  "version": "1.2.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KsCWPhn7PuSFxaYSbivf"
  },
  "jwt_secret": "Dmhv7H+Z/07uL0YHu4C72kjnPensGshb",
  "api_keys": {
    "stripe": "sk_live_TPPWHHnHlywcMlh6bHyake71",
    "sendgrid": "SG.3Z8IFS0Zi2aT65WP59xmJO",
    "twilio_sid": "AC2b301459d0e59eb8d71572e4f7c8c892"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}