{
  "name": "user-service",
  "version": "3.1.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BrYh2Nodg64pYyNRvwJB"
  },
  "jwt_secret": "kOINXXERZ21v/wmOxvdBM2zq73ZKKRcJ",
  "api_keys": {
    "stripe": "sk_live_ye8os4bGOSyw2AARC6SPgHq9",
    "sendgrid": "SG.qx/hbat2nJViN6uS5R3Mst",
    "twilio_sid": "ACf7fa2773993d68d44e9d75d72458a736"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}