{
  "name": "payment-service",
  "version": "1.4.11",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8TPcfUGZb4znGuzxoxz8"
  },
  "jwt_secret": "ciuDp8dxbgqR2S45rmh00LGDrAx/K2Td",
  "api_keys": {
    "stripe": "sk_live_8bc3r7CCuJlLqtWb22GXpftS",
    "sendgrid": "SG.IJ6DntVE1qC5+Gtkv4G6bw",
    "twilio_sid": "AC6f61384110e008728d8a5cab85790918"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}