adding missing variables
This commit is contained in:
parent
57d2190549
commit
8a121442a3
1 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
DATABASE_URL=postgres://postgres:mypassword@db-host:5432/databasename
|
DATABASE_URL=postgres://postgres:mypassword@db-host:5432/databasename
|
||||||
|
DATABASE_URL_LOCAL=postgres://postgres:mypassword@localhost:5432/databasename
|
||||||
|
|
||||||
POSTGRES_USER=postgres
|
POSTGRES_USER=postgres
|
||||||
POSTGRES_PASSWORD=postgres
|
POSTGRES_PASSWORD=postgres
|
||||||
|
|
@ -10,3 +11,8 @@ GOOGLE_CLIENT_ID=
|
||||||
GOOGLE_CLIENT_SECRET=
|
GOOGLE_CLIENT_SECRET=
|
||||||
GITHUB_CLIENT_ID=
|
GITHUB_CLIENT_ID=
|
||||||
GITHUB_CLIENT_SECRET=
|
GITHUB_CLIENT_SECRET=
|
||||||
|
|
||||||
|
VITE_WS_URL=
|
||||||
|
|
||||||
|
UID=1000
|
||||||
|
GID=1000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue