#
#   Copyright 2017-2020, Schlumberger
#
#   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.
#

LOG_PREFIX=notification
logging.level.org.springframework.web=${LOG_LEVEL:DEBUG}
server.servlet.contextPath=/api/notification/v1
app.expireTime=300
app.maxCacheSize=10
server.error.whitelabel.enabled=false

authorize-api=${APP_ENTITLEMENTS}
register-api=${APP_REGISTER}
project-api=${APP_PROJECT}
expire-time=${APP_EXPIRE_TIME:300}
max-cache-size=${APP_MAX_CACHE_SIZE:10}


GOOGLE_AUDIENCES=${APP_AUDIENCES}
google-audiences=${APP_AUDIENCES}
partition-api=${PARTITION_API:http://localhost:8081/api/partition/v1}