summaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.properties
blob: 8161d6c498912d9c4e86764a4259bcd167d9c338 (plain)
1
2
3
4
5
6
7
8
9
10
11
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.jdbc-url=jdbc:h2:mem:pubshweb;DB_CLOSE_DELAY=-1;DATABASE_TO_UPPER=false
spring.jpa.show-sql=true
spring.jpa.generate-ddl=true
# This is a bogus endpoint, the results are mocked, but the Keycloak library does not know that:
keycloak.auth-server-url=http://127.0.0.9:98765/
keycloak.realm=local-devel
keycloak.resource=portal-app
keycloak.public-client=true
### VERY BAD, TO-DO: mock Docker results:
lysergic.docker.endpoint=tcp://sweetsuse:2375