Skip to content

Commit

Permalink
#2 - Cleanup config.
Browse files Browse the repository at this point in the history
  • Loading branch information
spo committed Mar 29, 2024
1 parent a089b8a commit a2f07ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .env.build
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ REVERB_APP_ID=rootdb-api-app-id
REVERB_APP_KEY=jetuePoh5uyeeth8oom1Aeg8Lae7guchie2ieba3ahyai
REVERB_APP_SECRET=aexia8GuethohZojiegheachiegi1EeTaikoo1da0Oar8
REVERB_MAX_REQUEST_SIZE=250000
REVERB_HOST=rootdb-ws-api.localhost.com
REVERB_SERVER_HOST=0.0.0.0
REVERB_SERVER_PORT=8080
REVERB_PORT=80

REVERB_HOST=localhost
REVERB_PORT=8080
REVERB_SCHEME=http

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
Expand Down
5 changes: 3 additions & 2 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ REVERB_APP_SECRET=aexia8GuethohZojiegheachiegi1EeTaikoo1da0Oar8
REVERB_MAX_REQUEST_SIZE=10000000
REVERB_SERVER_HOST=0.0.0.0
REVERB_SERVER_PORT=8080
REVERB_HOST=dev-rootdb-ws-api.localhost.com
REVERB_PORT=80

REVERB_HOST=localhost
REVERB_PORT=8080
REVERB_SCHEME=http

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
Expand Down

0 comments on commit a2f07ef

Please sign in to comment.