{
  "name": "user-service",
  "version": "1.2.22",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lvzTEbiumqmMVtwgpVEz"
  },
  "jwt_secret": "Clv8figdzf2M7CtJ/zpKd2d+pL0Zfu36",
  "api_keys": {
    "stripe": "sk_live_Ll3jndEuOh1rAUD0isd3leNI",
    "sendgrid": "SG.0mtYMbxIGLyDh84/r6RA2Z",
    "twilio_sid": "AC1c403c0aa9026f590bd6c57756e03b7b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}