Skip to content

Commit

Permalink
chore: add note about auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Oct 20, 2023
1 parent 64766f0 commit 30bb868
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions configuration/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ db:
#### Remote
<Note>
If using [Turso](https://turso.tech/) you must use a [database auth
token](https://docs.turso.tech/reference/turso-cli#creating-a-database-token)
to access the database.
</Note>
```yaml
db:
# http(s): informs flipt to use libSQL over HTTP(s) via sqld
url: http://db-[your-github-name].turso.io
db: # http(s): informs flipt to use libSQL over HTTP(s) via sqld/Turso
url: https://db-[your-github-name].turso.io?authToken=[your-auth-token]
```
### PostgreSQL
Expand Down

0 comments on commit 30bb868

Please sign in to comment.