Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 734 Bytes

BuildAndDeploy.md

File metadata and controls

23 lines (15 loc) · 734 Bytes

Build and Deploying

Updating Protobuf TypeScript Definitions

Protobuf TypeScript definitions (.ts files located under @/types/proto) are updated only when executing pnpm run dev, pnpm run build or pnpm run buildproto.

See CommunicationAndProtobufs.md for procedures on updating the protobufs.

Deploy Config

Configuration in deployment is done using environment variables.

The following environment variables should be set

GOOGLE_OAUTH_URL=<Google OAuth URL>
API_HOST=<API Host Name>
DEBUG=FALSE

API_HOST should be something like https://localhost:1234/. DEBUG should be either "TRUE" or "FALSE". Any other value will be treated as "FALSE".