{
  "name": "payment-service",
  "version": "3.5.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "V2D35PaPpG1n37Fw8Lcx"
  },
  "jwt_secret": "vQBakHTV1jslOc8Wz9ok3HrmbYcf5lj5",
  "api_keys": {
    "stripe": "sk_live_eDGm5OopMxif1riAGdJgNGue",
    "sendgrid": "SG.pLlh0glsll8eRPVOxILCTq",
    "twilio_sid": "AC5806f701eb65d2c6bcef653b409f64d1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}