Skip to content

Commit

Permalink
docs: replace example planetscale connection string with uploadthing …
Browse files Browse the repository at this point in the history
…secret
  • Loading branch information
buckhalt committed Mar 8, 2024
1 parent 7f68f49 commit 933e06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -105,10 +105,10 @@ Find your Fresco instance from the list of your git repositories and click **Imp
**Also, when providing the environment variables, do not enclose the variable values in quotes. For example:**

✅ Correct:
`mysql://username:password@aws.connect.psdb.cloud/database_name?sslaccept=strict`
`sk_live_xxxxxxxxxxxxxxxxxxx`

❌ Incorrect:
`'mysql://username:password@aws.connect.psdb.cloud/database_name?sslaccept=strict'`
`'sk_live_xxxxxxxxxxxxxxxxxxx'`

4. Deploy

Expand Down

0 comments on commit 933e06f

Please sign in to comment.