{
  "name": "payment-service",
  "version": "3.3.17",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lDiGJNaGYtRXJsI4gEqp"
  },
  "jwt_secret": "xk8+0TMd+WSQyzLVISRRJhajEnBYVnj7",
  "api_keys": {
    "stripe": "sk_live_UYLxkfmR83gj8rBgPzqRWx2j",
    "sendgrid": "SG.sD+kct6Dmn4LQIKZvZis1X",
    "twilio_sid": "ACf827ef353c3312549c6e8fa59800d2b7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}