{
  "name": "user-service",
  "version": "2.9.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fBStMG1JeNVUFxGejFGw"
  },
  "jwt_secret": "Q/T0WQZ3tPpAFy/VUMvasVSuX/A7SmO/",
  "api_keys": {
    "stripe": "sk_live_o1iucX80Kot03oNQRmYA9jWA",
    "sendgrid": "SG.BULXA29wqS6qefMkLCbVA8",
    "twilio_sid": "AC6817653c1f258f7a74980b201f4625f6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}