CampOrganizer2/src/main/resources/application.properties
2022-10-03 23:27:44 +02:00

6 lines
148 B
Properties

# database credentials from defined config file
spring.config.import=/etc/CampOrganizer2/prod.properties
# for development only
server.port = 8081