{
  "name": "payment-service",
  "version": "3.7.10",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7TkRx2EI47i16gFYgzKQ"
  },
  "jwt_secret": "UYxuH0rsjpB47I6x3KKeKcArKCVuhzI4",
  "api_keys": {
    "stripe": "sk_live_1GeLnAR3cg6DO97crIPIuVay",
    "sendgrid": "SG.p37h5u/u44p19baSF8W27s",
    "twilio_sid": "ACc84ce2487493afee732915e423dcd665"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}