{
  "name": "payment-service",
  "version": "1.2.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LGKqoA4P5hFWcLtEq3G1"
  },
  "jwt_secret": "5JbVG5hqDgZgt52ibZX6eKdxTeE0Hf+L",
  "api_keys": {
    "stripe": "sk_live_0I6BUcBHDsEeukRzFHJ8aP9E",
    "sendgrid": "SG.4hh99Y9uSWdtvx4NFXeCgM",
    "twilio_sid": "AC060707cf3f9be3eabba80b19ba303940"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}