{
  "name": "payment-service",
  "version": "1.9.6",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1Mptbx1HCPn3DTK1e0H9"
  },
  "jwt_secret": "1asL2lKlChQcQ4KqfHukINkQEDCse5Wo",
  "api_keys": {
    "stripe": "sk_live_GfLPTkRigIJTNRuxBVP7XNtc",
    "sendgrid": "SG.6Kx2FOQs5gcp9CoWJFrT8h",
    "twilio_sid": "AC2302de2718765c371f7968c7070c6203"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}