{
  "name": "payment-service",
  "version": "3.0.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "m4zKszLmyDxxEPls0L5A"
  },
  "jwt_secret": "i6VmBcBRbdDAPA14BogI1nf2sJJCkKHG",
  "api_keys": {
    "stripe": "sk_live_t01GtoPl51u8vPgDueGpVMe1",
    "sendgrid": "SG.wnbym+q4blyB2ZS+i66der",
    "twilio_sid": "AC2e13683c9f990c64b1eaa2b7f7d64afc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}