{
  "name": "payment-service",
  "version": "2.3.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pNndCd4MCXzg3c7dzGV4"
  },
  "jwt_secret": "gDmC7o5yk99gIUGkZuA6ahSM8HeVeO/v",
  "api_keys": {
    "stripe": "sk_live_OhghwpoIABgnkhEG0QeWbIiH",
    "sendgrid": "SG.AI6mroG8bMhB8EOfAYC/6/",
    "twilio_sid": "AC650dda21517b66a9191327f4fd5c8836"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}