{
  "name": "payment-service",
  "version": "1.4.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3qTwb3mxT7Uxo8nxALTC"
  },
  "jwt_secret": "wYeFJD2KuiXzZ5bMhSc9f4BYosRq+i7c",
  "api_keys": {
    "stripe": "sk_live_1DRGLedsEpmaO8wN6aWnRmxN",
    "sendgrid": "SG.jUwOstQZoqecZyDLudcjux",
    "twilio_sid": "AC2113724ecf043625ca8745ede2df1da7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}