{
  "name": "payment-service",
  "version": "1.2.15",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "5ESKhCDrT3nHB7QCXfk3"
  },
  "jwt_secret": "XEi05D3Vjlwl/YfI9Aq/LayV7Y89cUZf",
  "api_keys": {
    "stripe": "sk_live_WPuY2jL0vhkpwPVtLTC5Kdxe",
    "sendgrid": "SG.M8kX7v/gGuUoTItoV8pwbK",
    "twilio_sid": "ACd3fcfd1abc513fce2d34ab67035328b8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}