{
  "name": "payment-service",
  "version": "2.6.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jiBJl9bfG9vc9zqwhbxg"
  },
  "jwt_secret": "nxeo6sSBUkLDYn/JRsnaPfE6uKNtOSuf",
  "api_keys": {
    "stripe": "sk_live_gxLOkbifItP6t3sepn63LtMQ",
    "sendgrid": "SG.FE5TmT+tM09JTnHcGJT2cq",
    "twilio_sid": "AC53856b8fc805fa9e66a239188021ffae"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}