{
  "name": "payment-service",
  "version": "3.2.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iXDoIUQwgQXarlEGKm1l"
  },
  "jwt_secret": "ql7ib63QxknNl7m86yZnowYxd/pBc3e7",
  "api_keys": {
    "stripe": "sk_live_pLqw0QHoAxvSBBTU2zDFiwli",
    "sendgrid": "SG.Mv811TnXvV1tbLalY/aX3x",
    "twilio_sid": "AC413ff58bb060d608741378a22889014c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}