{
  "name": "payment-service",
  "version": "3.4.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UixthZPqyxkyYHc0NOmJ"
  },
  "jwt_secret": "rbhQRobEKVU2EMU2MD/5KZFJ5GebIxfX",
  "api_keys": {
    "stripe": "sk_live_OpaHHFZpG64oVUPu8prJ2dfy",
    "sendgrid": "SG.7CWHnvANahJZSrW0/DJbuC",
    "twilio_sid": "AC8ccc4ea8227c14360253ce56d29e55e2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}