Skip to content

Commit

Permalink
chore: config e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Dec 17, 2023
1 parent 7c6bf40 commit 10c794d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions guillotina_example/guillotina_react_app/config-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ databases:
storage: postgresql
dsn: postgresql://guillotina:postgres@postgres/guillotina
read_only: false
host: localhost
host: 0.0.0.0
port: 8080
root_user:
password: root
Expand All @@ -24,10 +24,7 @@ auth_token_validators:
- guillotina.auth.validators.JWTValidator
cors:
allow_origin:
- http://localhost:5173
- http://localhost:4173
- http://localhost:8080
- "chrome-extension://*"
- '*' # delegate to reverse proxy whichs domains to allow
allow_methods:
- GET
- POST
Expand Down

0 comments on commit 10c794d

Please sign in to comment.