Skip to content

Commit d1573f1

Browse files
katiekleinkatiegoines
andauthored
fix broken video (#7986)
Co-authored-by: katiegoines <katiegoines@gmail.com>
1 parent 0406ad2 commit d1573f1

File tree

1 file changed

+1
-2
lines changed
  • src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database

1 file changed

+1
-2
lines changed

src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ const { data: events } = await client.models.event.list()
203203

204204
When deploying your app to production, you need to [add the database connection string as a secret](/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/#set-secrets). Make sure to add the appropriate database connection string with the same secret name you used in the sandbox environment. For example, we used `SQL_CONNECTION_STRING` above.
205205

206-
<Video autoPlay={true} muted={true} loop={true} width="100%" playsInline={true} description="Video - Configuring database connection for production">
207-
<source src="/images/gen2/secrets-and-vars/secrets.mp4" />
206+
<Video autoPlay={true} muted={true} loop={true} width="100%" playsInline={true} description="Video - Configuring database connection for production" src="/images/gen2/secrets-and-vars/secrets.mp4">
208207
</Video>
209208

210209
## Rename generated models and fields

0 commit comments

Comments
 (0)