{
  "name": "payment-service",
  "version": "1.7.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "a2ufMQtHvZm3xutV4e0f"
  },
  "jwt_secret": "s/R2pvglRBTFD3vGH4tI9X+1n4dtwe0E",
  "api_keys": {
    "stripe": "sk_live_t6IS66653WoV2C1ZoUD7y5Q8",
    "sendgrid": "SG.qcws6E7zw862G6ulASUc+3",
    "twilio_sid": "ACe79923f2b93f67c878fa292650f665dd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}