{
  "name": "user-service",
  "version": "3.9.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NNmGlhme22i9eC1PDU3n"
  },
  "jwt_secret": "6aXrH6JA8oX2jMJ0UV2MGpewZokUjsk+",
  "api_keys": {
    "stripe": "sk_live_DX1fe0QSfhhO07HLp6NCbtWF",
    "sendgrid": "SG.OiKFAG0MBSRAy9i33YOVPc",
    "twilio_sid": "ACe4a8a68df8b3eb65059f3910b572707e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}