{
  "name": "payment-service",
  "version": "3.6.7",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6qQeB17kGKe4Z57ycGW0"
  },
  "jwt_secret": "O4LAJgofG7iSq2QA7LyLtvX2Y5jf/6n3",
  "api_keys": {
    "stripe": "sk_live_OfjDHlmwf2eqVEBsNSYI4DdY",
    "sendgrid": "SG.0cc+wMQviB25thb5P/5549",
    "twilio_sid": "AC88a7612043c10df342ee438e094f3919"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}