{
  "name": "payment-service",
  "version": "1.8.10",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Gm4PJc4aU0eyByedyds3"
  },
  "jwt_secret": "pwP41UPBTOReR7VjhsbE6KigRBBtkKee",
  "api_keys": {
    "stripe": "sk_live_Vl0Tg5SxdIIkPIkmXE1LQ5oA",
    "sendgrid": "SG.Mz8vrswbpfuZHpjlg0Fcvb",
    "twilio_sid": "AC4b9833e4528d0004ab1c477a1feb1e3e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}