{
  "name": "payment-service",
  "version": "1.7.17",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "j1Gy00WiFREOKBREx0nM"
  },
  "jwt_secret": "Pad0+tuoDutJtRpXyquVM5n1ciPDVZVL",
  "api_keys": {
    "stripe": "sk_live_HlqI5mizA4YDXyuIxjVqabMs",
    "sendgrid": "SG.4Ie/+Wp9vNWIH3CsWJKUFl",
    "twilio_sid": "ACaf1f5a983d9696690ac931ac2b36cbb6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}