{
  "name": "payment-service",
  "version": "3.3.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jWMhGzHgqpu2RC3zF3Yf"
  },
  "jwt_secret": "QlSlEOC48TgpG/6DpUXc2Qx4tuMO7W7M",
  "api_keys": {
    "stripe": "sk_live_N4CPRn5mbNerUvuLDqoRWZwA",
    "sendgrid": "SG.nQFE8mwaKtDf+vr8gbgNKS",
    "twilio_sid": "ACe41857c8064d6fc15e4f671b0dfcfe37"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}