{
  "name": "payment-service",
  "version": "2.0.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZKPkmxzjXCHdw9wP7YvO"
  },
  "jwt_secret": "8M4ZQ3TgYkSUcSzFUQZpmUVvRuYKvTH7",
  "api_keys": {
    "stripe": "sk_live_1hVQD3dogpMLWs2p5q9ex1gy",
    "sendgrid": "SG.mtFwVKwvl4ZkRhiAgblpct",
    "twilio_sid": "AC25c575bbc5112aabaaa1ed8aaa2d42b3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}