{
  "name": "user-service",
  "version": "1.2.26",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "72tXMf9NIC0cYJPyscQ0"
  },
  "jwt_secret": "9vCioowadus81tLEoOnTaiAAI9YVJFrh",
  "api_keys": {
    "stripe": "sk_live_7tonIjhj3DTLZzNll1nmopeW",
    "sendgrid": "SG.opKTEdpomXzqr1zq1GB0w4",
    "twilio_sid": "ACf58366f326bd49c85b8e60a1dfcd3eb3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}