swt23w23/src/main/resources/application.properties

15 lines
562 B
Properties
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0 AND AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2014-2016 Oliver Drotbohm
# SPDX-FileCopyrightText: 2023 swt23w23
2023-10-05 11:42:24 +02:00
# Uncomment these two lines of configuration to
2023-11-05 10:54:42 +01:00
# enable persistent storage in db/catering.
2023-10-05 11:42:24 +02:00
################################################
2023-11-05 10:54:42 +01:00
# spring.datasource.url=jdbc:h2:./db/catering
2023-10-05 11:42:24 +02:00
# 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