{
  "name": "user-service",
  "version": "1.6.15",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LUmRXnVc5P7ti5Nd3fLF"
  },
  "jwt_secret": "9saIv4XNYOHzZN7/2VcXyWp4wg/3Yxs4",
  "api_keys": {
    "stripe": "sk_live_nSNItGkOIeeweBG9qApQDCyA",
    "sendgrid": "SG.3O7jAE6WJJRwFyD1Mi0xUX",
    "twilio_sid": "AC5e868fdaf0dc69dfccd31d4d51a918e0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}