Revize ed5f9ceb
Přidáno uživatelem stepanekp před asi 1 rok
src/main/resources/application-docker.properties | ||
---|---|---|
1 | 1 |
spring.datasource.jdbc-url=jdbc:mysql://mysql-db:3306/spade |
2 | 2 |
spring.second-datasource.jdbc-url=jdbc:mysql://mysql-db:3306/authspade |
3 | 3 |
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://keycloak:9080/auth/realms/spade/protocol/openid-connect/certs |
4 |
detecting.service.url=http://detector-service:8081 |
src/main/resources/application-local.properties | ||
---|---|---|
1 | 1 |
spring.datasource.jdbc-url=jdbc:mysql://localhost:3306/spade |
2 | 2 |
spring.second-datasource.jdbc-url=jdbc:mysql://localhost:3306/authspade |
3 | 3 |
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:9080/auth/realms/spade |
4 |
detecting.service.url=http://localhost:8081 |
src/main/resources/application.properties | ||
---|---|---|
17 | 17 |
spring.second-datasource.password= |
18 | 18 |
spring.second-datasource.driverClassName=com.mysql.cj.jdbc.Driver |
19 | 19 |
|
20 |
detecting.service.url=http://localhost:8081 |
|
21 |
|
|
22 | 20 |
# custom error pages |
23 | 21 |
server.error.whitelabel.enabled=false |
24 | 22 |
|
Také k dispozici: Unified diff
detection service added to both properties files