{
  "name": "payment-service",
  "version": "1.8.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ibBr9Cgl7lkN1FG8DYHU"
  },
  "jwt_secret": "LJDCyFcz1w8O6wBgmoU35gi18XDa6Vx8",
  "api_keys": {
    "stripe": "sk_live_1wlsxOhGf99UO1Pm40Uc9mue",
    "sendgrid": "SG.VHVFqwcucyVUg9kZ3tQipf",
    "twilio_sid": "ACac1849541d7158bf81f614024157ab2a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}