{
  "name": "user-service",
  "version": "1.6.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1DWSnLZ53GbRL5a0Wfog"
  },
  "jwt_secret": "cTtW13JiWBCRhMyyD9gCJJt2w+xR1btP",
  "api_keys": {
    "stripe": "sk_live_zmqu8M3nYuSX84th6ZSGHij3",
    "sendgrid": "SG.c5ceFdNThOKRJbeFBsSbVN",
    "twilio_sid": "ACc782bf6d71ea8121347c3b0167a8cee0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}