Skip to content
application.properties 888 B
Newer Older
server.port=8081
server.servlet.context-path=/gms
security.oauth2.client.client-id=gms
security.oauth2.client.client-secret=gms-secret
security.oauth2.client.access-token-uri=http://localhost/rap-ia2/auth/oauth2/token
security.oauth2.client.user-authorization-uri=http://localhost/rap-ia2/auth/oauth2/authorize
Sonia Zorba's avatar
Sonia Zorba committed
security.oauth2.resource.token-info-uri=http://localhost/rap-ia2/auth/oauth2/check_token
security.oauth2.client.scope=openid,email,profile
security.oauth2.resource.jwk.key-set-uri=http://localhost/rap-ia2/auth/oidc/jwks

logging.level.org.springframework.security=DEBUG
logging.level.org.springframework.jdbc=TRACE
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=gms
spring.datasource.password=gms
rap.ws-url=http://localhost/rap-ia2/ws

# For development only:
spring.profiles.active=dev
cors.allowed.origin=http://localhost:8080