{
  "name": "payment-service",
  "version": "3.0.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xrtqbfqTD5icCWzO5n7p"
  },
  "jwt_secret": "DqiUBJMAxh0ISZl3o/eVWGu5ffwydjp0",
  "api_keys": {
    "stripe": "sk_live_r15nNuxYcqmnKpqoeHZ1qWDO",
    "sendgrid": "SG.bRB8IVHMUZ4r9YTnyJo0Nh",
    "twilio_sid": "AC21abbc9998a5bf65753c3df9a742d9ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}