{
  "name": "payment-service",
  "version": "2.7.7",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h8WRT9wilrElTNhSdR7X"
  },
  "jwt_secret": "UGWR4lKCEfmNdhV8EtioPzQ85Sr5dhIe",
  "api_keys": {
    "stripe": "sk_live_XKh6UJFrMnUFzdK1qTLDY1ea",
    "sendgrid": "SG.WV3mnV4qGGAb7SaPWnnCkE",
    "twilio_sid": "AC71b71f0c55f6f6839e32893393e5faa5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}