diff --git a/configuration/storage.mdx b/configuration/storage.mdx index d691c02..faf3d6f 100644 --- a/configuration/storage.mdx +++ b/configuration/storage.mdx @@ -46,7 +46,7 @@ db: #### Remote -````yaml +```yaml db: # http(s): informs flipt to use libSQL over HTTP(s) via sqld url: http://db-[your-github-name].turso.io @@ -445,4 +445,3 @@ cache: memory: eviction_interval: 2m # expired items will be evicted from the cache every 2 minutes ``` -````