151. Test login - Part 4 - externalize enabled CORS origins (#18)
This commit is contained in:
@ -36,6 +36,8 @@ spring:
|
||||
# add-mappings: false
|
||||
app:
|
||||
public-urls: /user/login,/user/register,/user/*/image/**,/user/image/**
|
||||
cors:
|
||||
allowed-origins: http://localhost:4200,https://localhost:4200
|
||||
jwt:
|
||||
secret: VeRy_5ecretP@55W0rd!
|
||||
# secret: ${random.value} #Does not work - every time generates new value
|
||||
|
||||
Reference in New Issue
Block a user