{
  "name": "user-service",
  "version": "1.0.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3qshIiq9c7cw5C8SnY72"
  },
  "jwt_secret": "64LFD2Ot+L5PDKhr7qYAMGgn4Eap+y6O",
  "api_keys": {
    "stripe": "sk_live_MgD9Sn6oa1l7TfpMAKhAHsI0",
    "sendgrid": "SG.4nNGJ/qxzy4ZOgZLU3lhxm",
    "twilio_sid": "AC11cd5544f1fecf13364f7ddd43e6cd9b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}