{
  "name": "payment-service",
  "version": "3.4.3",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "UN6lT6bC6h8uLL17qHV3"
  },
  "jwt_secret": "5cj5c30FCRoEfG7NDfRBuxjXZp1Ej+e/",
  "api_keys": {
    "stripe": "sk_live_J7emsVLevsYA7rL2nCkgdAO3",
    "sendgrid": "SG.0iAXdYUnMnm/x/ApxOuSAK",
    "twilio_sid": "AC4c282d497b9cc157e3ca877a358597f5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}