{
  "name": "payment-service",
  "version": "1.7.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GPrOdx0fAMGXeXoOYwdi"
  },
  "jwt_secret": "V30+NbdVlmd4YkhZLmQNoaaHGKNyNCRk",
  "api_keys": {
    "stripe": "sk_live_nrGoQfOTObzMMQzI7tUuctVt",
    "sendgrid": "SG.+9AcEE0ah7tRGgyi9UZgPJ",
    "twilio_sid": "AC05df3011c63fbdb4f667c03001557e56"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}