swt23w23/src/main/resources/application.properties
Simon Bruder bac025fd0a
Make project REUSE compliant
This finally makes the licensing under AGPL-3.0-or-later explicit after
I got the okay from the kickstart source owners.

This also checks the REUSE compliance in a pre commit hook, and
therefore also in CI.
2023-12-11 17:59:14 +01:00

15 lines
562 B
Properties

# SPDX-License-Identifier: Apache-2.0 AND AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2014-2016 Oliver Drotbohm
# SPDX-FileCopyrightText: 2023 swt23w23
# Uncomment these two lines of configuration to
# enable persistent storage in db/catering.
################################################
# spring.datasource.url=jdbc:h2:./db/catering
# spring.jpa.hibernate.ddl-auto=update
# Uncomment the folowing when running behind reverse proxy
#server.forward-headers-strategy=NATIVE
# Do not inform about using the default formatter
logging.level.org.javamoney=WARN