You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/mastra-nextjs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The [PostgreSQL database connection string](https://www.postgresql.org/docs/curr
54
54
55
55
### `DB_SSL`
56
56
57
-
Set to `true` to enable SSL. Set to `false` to disable SSL. (Can be set directly in the docker compose file)
57
+
Set to `true` to enable SSL. Set to `false` to disable SSL. (Can be set directly in the Docker Compose file.)
58
58
59
59
### `GITHUB_TOKEN` (Optional)
60
60
@@ -101,7 +101,7 @@ If you want to deploy to your own cloud account, you can [use Defang BYOC](https
101
101
102
102
> [!WARNING] > **Extended deployment time:** This sample creates a managed PostgreSQL database which may take upwards of 20 minutes to provision on first deployment. Subsequent deployments are much faster (2-5 minutes).
103
103
104
-
This sample was base off of mastra's [repo-chat sample](https://github.com/mastra-ai/repo-base).
104
+
This sample was based off of mastra's [repo-chat sample](https://github.com/mastra-ai/repo-base).
0 commit comments