{
  "name": "payment-service",
  "version": "2.3.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FPNpC6OsFYxQmNnIKJIS"
  },
  "jwt_secret": "I4rEMm+Bc3Lfqh/LsxAeF82MFCvbRuF9",
  "api_keys": {
    "stripe": "sk_live_YKxVqaNzEqelHTLu9f6QbyTY",
    "sendgrid": "SG.6TlNsrKMbfKX6GuY02BFpu",
    "twilio_sid": "AC8760dc01d5d257b1bb580b8840c88ad9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}