{
  "name": "payment-service",
  "version": "1.2.16",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Bpljr7WYNKTPnmzkK0q8"
  },
  "jwt_secret": "ODKxm558TgbtgjPwDQN3JEL0wyRvBWAH",
  "api_keys": {
    "stripe": "sk_live_NsWBDQxa3P7f0Kyfb5wm91Sw",
    "sendgrid": "SG.bz2BuHamfrunIQdxCDrdrm",
    "twilio_sid": "ACf3020644d2105cf4316c17f9033957a7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}