Revize ed5f9ceb
Přidáno uživatelem stepanekp před asi 1 rok
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 |
Také k dispozici: Unified diff
detection service added to both properties files