{
  "name": "payment-service",
  "version": "1.4.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QSzy6jrQxQ4gcifSIY8u"
  },
  "jwt_secret": "hU6aML0SeuZVadcdQyxdPN4gSMpMKrGD",
  "api_keys": {
    "stripe": "sk_live_ZNd23UUVCsYd978vHLir7kzP",
    "sendgrid": "SG.BDDE11cAWY2qGX3g8jczGL",
    "twilio_sid": "ACd590e4ff95ad02a8f27e0f39f754557a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}