{
  "name": "payment-service",
  "version": "1.1.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SMQOIxJMr83jmpWfNyPl"
  },
  "jwt_secret": "HG95eQIsWPT+tapD1ohniCz9f/A7g6xb",
  "api_keys": {
    "stripe": "sk_live_EsBgtxlU14WUEP4xwS7u3a3p",
    "sendgrid": "SG.868n5TbMHDQuHDXt22qwIy",
    "twilio_sid": "AC0543b01f88045d43139b245034f76a12"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}