{
  "name": "payment-service",
  "version": "1.3.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aCdoe56HwnyIWNFGIzlj"
  },
  "jwt_secret": "OkaGFa1e0n1uJOVdHE79xCPPrLHstzc3",
  "api_keys": {
    "stripe": "sk_live_LKfTx70blsitRQ43nl4xDneB",
    "sendgrid": "SG.zZEgAFc2M82xkHjZ5oOYQ7",
    "twilio_sid": "AC3b55c133a358ac8b97710b1fe83a3ccc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}