{
  "name": "payment-service",
  "version": "1.5.13",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KQcnTmph9jgx4xnVY3Ed"
  },
  "jwt_secret": "ZPg5NEWrZiPC1Ya78YaoMb1l9KdYLLLp",
  "api_keys": {
    "stripe": "sk_live_lgMhmfi8tPp87Hh565EPvgF4",
    "sendgrid": "SG.w2xtmdTDYW2tYvlAUy0/Ec",
    "twilio_sid": "AC8976de37563e405f63452cc87ac20101"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}