You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ Full documentation: https://supabase.github.io/postgres-meta/
11
11
Set the following ENV VARS:
12
12
13
13
```bash
14
-
PG_API_PORT=8080
15
-
PG_API_DB_HOST="postgres"
16
-
PG_API_DB_NAME="postgres"
17
-
PG_API_DB_USER="postgres"
18
-
PG_API_DB_PORT=5432
19
-
PG_API_DB_PASSWORD="postgres"
14
+
PG_META_PORT=8080
15
+
PG_META_DB_HOST="postgres"
16
+
PG_META_DB_NAME="postgres"
17
+
PG_META_DB_USER="postgres"
18
+
PG_META_DB_PORT=5432
19
+
PG_META_DB_PASSWORD="postgres"
20
20
```
21
21
22
22
Then run any of the binaries in the releases.
@@ -39,6 +39,6 @@ Apache 2.0
39
39
40
40
## Sponsors
41
41
42
-
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves.
42
+
We are building the features of Firebase using enterprise-grade, open source products. We support existing communities wherever possible, and if the products don’t exist we build them and open source them ourselves.
0 commit comments