{
  "name": "payment-service",
  "version": "3.9.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "If7woGDLyKCaIUl1jLc7"
  },
  "jwt_secret": "JKtSSIIIl4AC2UxA4oLhLbLnUCXg4o0U",
  "api_keys": {
    "stripe": "sk_live_D37xW6V1V9iA5XAEtDsO8e2t",
    "sendgrid": "SG.zngErLzw0DYYj/qDAVDWYQ",
    "twilio_sid": "ACf66e9aa22c4f9f211c7429d26e8794f3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}