We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cc821 commit 7e4decaCopy full SHA for 7e4deca
rails/advanced-guides/sqlite3.html.md
@@ -33,7 +33,7 @@ The default volume size is 3 gigabytes.
33
Now set the following secret, again replacing the name with what you selected:
34
35
```cmd
36
-fly secrets set DATABASE_URL=sqlite3:///mnt/name/production.sqlite
+fly secrets set DATABASE_URL=sqlite3:////mnt/name/production.sqlite
37
```
38
39
## Mount and Prep for Deployment
0 commit comments