{
  "name": "payment-service",
  "version": "1.2.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7p9U6yDIccXfJ7g0j5Ro"
  },
  "jwt_secret": "4CAUoJYpMNrzkHyHwnzBYC0AEozawi+l",
  "api_keys": {
    "stripe": "sk_live_cttU56hiKmMWJ3ppD1hZ8TLL",
    "sendgrid": "SG.19pkgApNKBA4N7nc19OZNR",
    "twilio_sid": "AC589e15e52fcbcb4c8ff709db6d58bffe"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}