set application name

This commit is contained in:
MiniDigger | Martin 2022-09-02 21:05:10 +02:00
parent 6af3ad93ba
commit 0697d598c4

View File

@ -1,4 +1,6 @@
spring:
application:
name: hangar-backend
datasource:
url: "jdbc:postgresql://postgres:5432/hangar"
username: "${POSTGRES_USER}"