{
  "name": "payment-service",
  "version": "2.4.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vEzpsf4eVzUgXxjyqVqL"
  },
  "jwt_secret": "BaLXWAnwQV63r9OI4DQDJCwP5Bf06AAE",
  "api_keys": {
    "stripe": "sk_live_76hJp5795yeBaKzKiHPSCKR8",
    "sendgrid": "SG.x/0+RGCbP00nDpShLMr9i/",
    "twilio_sid": "AC8c9672f88ed9171e855aa221198b0d2b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}