Include Docksal services
This commit is contained in:
parent
08f29acf5c
commit
dbeee034e2
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
parameters:
|
||||
cors.config:
|
||||
enabled: true
|
||||
allowedHeaders: ['x-csrf-token','authorization','content-type','accept','origin','x-requested-with', 'access-control-allow-origin','x-allowed-header','*']
|
||||
allowedMethods: ['*']
|
||||
allowedOrigins: ['http://localhost:8080']
|
||||
exposedHeaders: true
|
||||
maxAge: false
|
||||
supportsCredentials: true
|
Loading…
Add table
Add a link
Reference in a new issue