{
  "name": "payment-service",
  "version": "3.1.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mT5GBMCXBgi77qzixxms"
  },
  "jwt_secret": "laCjxihwAVSRrAwULbyrIgozCV8r+Fmp",
  "api_keys": {
    "stripe": "sk_live_udqCXLE7RKju07mQUzduRBF6",
    "sendgrid": "SG.BWVWVA1YwYB2zR0kCC3nQN",
    "twilio_sid": "AC4d4ea9dd287c0aad73b24183840a18a5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}