There was an error while loading. Please reload this page.
1 parent 6881de8 commit 401b7eeCopy full SHA for 401b7ee
1 file changed
docs/documentation/guides/self-hosting/supabase.mdx
@@ -29,6 +29,14 @@ ENCRYPTION_KEY=1189c93e399856a2a9a1454496171b2e
29
...
30
```
31
32
+3. Set `NODE_ENV` to production:
33
+
34
+```sh .env (excerpt)
35
+...
36
+NODE_ENV=production
37
38
+```
39
40
## Create a Supabase DB
41
42
<Tip>Alternative: [Self-host Supabase](https://supabase.com/docs/guides/self-hosting/docker)</Tip>
@@ -84,7 +92,7 @@ ENCRYPTION_KEY=1189c93e399856a2a9a1454496171b2e
84
92
DATABASE_URL=postgresql://postgres:<PASSWORD>@db.<ID>.supabase.co:5432/postgres?schema=triggerdotdev
85
93
DIRECT_URL=${DATABASE_URL}
86
94
87
-NODE_ENV=development
95
88
96
RUNTIME_PLATFORM=docker-compose
89
97
90
98
0 commit comments