{
  "name": "payment-service",
  "version": "1.4.1",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "cC0VWrD6ItL2fAeVUi7p"
  },
  "jwt_secret": "r5ichDEztl0d7tcau0kLo+xWY238OVek",
  "api_keys": {
    "stripe": "sk_live_Ax2MyunAiXAEIyrtdnrkj1Kp",
    "sendgrid": "SG.DnWMQ2tuvx7oMQpp8I7T0A",
    "twilio_sid": "ACa9b5be4173605d5a211109a5ed114c63"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}