{
  "name": "payment-service",
  "version": "3.8.13",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WfJVoA5bfAPURLtud5KO"
  },
  "jwt_secret": "c/QxuEmuZNZr16PTZdr1znTKhMGzWr7c",
  "api_keys": {
    "stripe": "sk_live_AnJ5i0SFPq0DcyQHcuK8OGUM",
    "sendgrid": "SG.IXpL1wD3QR7qZDnxFIU1xa",
    "twilio_sid": "AC59062c713dcafc00b7a1d2472cfcad0e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}