1

Navigate to Project Directory

Open the User Terminal (or SSH) and navigate to public_html:

cd public_html
User Terminal with cd public_html command
2

Update Backend Configuration

Run the updator command to apply the new environment variables to your backend:

pnpm updator:backend

This command will restart your backend services with the updated configuration.