
services.authorization-service.0.5.0.source-code.application.properties Maven / Gradle / Ivy
The newest version!
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
server.port=8080
spring.main.banner-mode=off
logging.level.org.springframwork=INFO
logging.level.org.hibernate=WARN
logging.level.com.jcabi=WARN
#Hide the deprecation warning HHH90000016
#Found use of deprecaated 'collection property' syntax in HQLJPQL query [null.elements]; use collection function syntax instead [elements(null)]
#https://hibernate.atlassian.net/browse/HHH-10621
logging.level.org.hibernate.orm.deprecation=ERROR
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.datasource.password=${DB_PASSWORD}
spring.datasource.url=jdbc:postgresql://${DB_HOST}/AuthorizationService
spring.datasource.username=${DB_USERNAME}
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
io.service84.library.standardauth.jwtaf.url=${JWTAF_URL:http://authorization.service84/jwks}
io.service84.library.standardauth.jwtaf.issuer=${JWTAF_ISSUER:authorization.api.service84.io}
io.service84.clients.apikey.url=${APIKEY_URL:http://api-key.service84/}
io.service84.clients.impersonation.url=${IMPERSONATION_URL:http://impersonation.service84/}
io.service84.clients.permission.url=${PERMISSION_URL:http://permission.service84/}
io.service84.services.authorization.seconds_to_cache=604800
io.service84.services.authorization.jwt_max_duration=86400
io.service84.services.authorization.bootstrap_grace_period=10
io.service84.services.authorization.issuer=${ISSUER:authorization.api.service84.io}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy