Back to Wasp

Launch Command Env Vars

web/versioned_docs/version-0.20/deployment/deployment-methods/wasp-deploy/_launch-command-env-vars.md

0.23.0495 B
Original Source
<!-- Use for both Railway and Fly intro sections in the cli.md --->

When you run the launch command, Wasp CLI knows how to connect different parts of your Wasp app together, so it sets up the required environment variables for your server app:

  1. WASP_WEB_CLIENT_URL and WASP_SERVER_URL which are required to connect your client and server apps.
  2. DATABASE_URL which is required to connect your server app to the database.
  3. JWT_SECRET which is required for authentication to work.