Skip to content
Snippets Groups Projects
Select Git revision
  • b39b7cf90b5fbc10cc7aad438db6b2f5728cc116
  • master default
  • development
  • franco
4 results

application.properties

Blame
  • application.properties 1.12 KiB
    server.port=8082
    server.servlet.context-path=/gms
    
    spring.main.allow-bean-definition-overriding=true
    server.error.whitelabel.enabled=false
    
    security.oauth2.client.client-id=gms
    security.oauth2.client.client-secret=gms-secret
    security.oauth2.client.access-token-uri=http://localhost/franco/fake-rap/token.php
    security.oauth2.client.user-authorization-uri=http://localhost/franco/fake-rap/index.php
    security.oauth2.resource.token-info-uri=http://localhost/franco/fake-rap/check-token.php
    security.oauth2.client.scope=openid,email,profile
    security.oauth2.resource.jwk.key-set-uri=http://localhost/franco/fake-rap/jwks.php
    
    logging.level.it.inaf=TRACE
    logging.level.org.springframework.security=DEBUG
    logging.level.org.springframework.jdbc=TRACE
    logging.level.org.springframework.web=TRACE
    
    spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/postgres
    spring.datasource.username=gms
    spring.datasource.password=gms
    
    rap.ws-url=http://localhost/franco/fake-rap/get-users.php
    rap.ws.basic-auth=true
    support.contact.label=IA2 team
    support.contact.email=ia2@inaf.it
    
    # For development only:
    spring.profiles.active=dev
    cors.allowed.origin=http://localhost