add cors authorized
This commit is contained in:
parent
309b075303
commit
50f2cf44fa
@ -23,5 +23,9 @@ quarkus.mailer.password=aohrpmqvxldwyebs
|
|||||||
quarkus.mailer.mock=false
|
quarkus.mailer.mock=false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
quarkus.redis.hosts=redis://redis:6379
|
quarkus.redis.hosts=redis://redis:6379
|
||||||
|
|
||||||
|
quarkus.http.cors=true
|
||||||
|
quarkus.http.origins=http://localhost:8084
|
||||||
|
quarkus.http.cors.methods=GET,PUT,POST
|
||||||
|
quarkus.http.cors.headers=accept,authorization,content-type,x-requested-with,x-foobar
|
Loading…
x
Reference in New Issue
Block a user