{
  "name": "user-service",
  "version": "1.8.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tQJTJuwkFc30eAKpIiX9"
  },
  "jwt_secret": "5cbuNNkNyeabxidR0yunSCKsvnFbL9x7",
  "api_keys": {
    "stripe": "sk_live_BzWTDdE5HqhrTD499cWdye9D",
    "sendgrid": "SG.MLPg4iVSdFxkzoOWepgL58",
    "twilio_sid": "ACc2df1daea1ff0c1bc03306156dcc9cc6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}