test on server 8081
This commit is contained in:
@@ -24,4 +24,7 @@ cd front_end
|
||||
npm install
|
||||
|
||||
#### Lancer front_end
|
||||
npm start
|
||||
npm start
|
||||
|
||||
#### Docker
|
||||
sudo docker stop $(sudo docker ps -a -q)
|
||||
@@ -6,6 +6,6 @@ spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
|
||||
server.port=8081
|
||||
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:8080/realms/Frisbyee_realm
|
||||
spring.security.oauth2.resourceserver.jwt.jwk-set-uri: http://localhost:8080/realms/Frisbyee_realm/protocol/openid-connect/certs
|
||||
Reference in New Issue
Block a user