Skip to content

Commit

Permalink
Set default value for PLATFORM_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Jan 11, 2025
1 parent c7e994c commit 9c2bc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SUPABASE_JWT_SECRET=your-super-secret-jwt-token-with-at-least-32-characters-long
## to use the platform's webhook-related functionality.
## If you are developing locally, you can use something like ngrok to get a publc URL
## and tunnel it to your locally running backend.
PLATFORM_BASE_URL=https://your-public-url-here
PLATFORM_BASE_URL=http://localhost:3000

## == INTEGRATION CREDENTIALS == ##
# Each set of server side credentials is required for the corresponding 3rd party
Expand Down

0 comments on commit 9c2bc4b

Please sign in to comment.