{
  "name": "payment-service",
  "version": "3.1.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "whPGej5aViQxXbuIL7kE"
  },
  "jwt_secret": "9Bu85qL/XSC9/jpAC3Qp05BoIS0+o6O6",
  "api_keys": {
    "stripe": "sk_live_t3tK0dcbA2p7gOeEZsuKF3Te",
    "sendgrid": "SG.p8hqrejyBFeEpMqVcJDPYh",
    "twilio_sid": "AC31df54e390ef35f1a17a0f7a58bf0a65"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}