base commit

This commit is contained in:
Jari 2025-03-10 23:02:01 +01:00
parent 444eee2394
commit 85dcbad805
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
rootProject.name = "lorca-core" rootProject.name = "lorca-gestionale-be"

View File

@ -1,5 +1,5 @@
server.servlet.context-path=/api server.servlet.context-path=/api
spring.application.name=lorca-core spring.application.name=lorca-gestionale-be
spring.datasource.url=jdbc:postgresql://0.0.0.0:5432/lorca_db spring.datasource.url=jdbc:postgresql://0.0.0.0:5432/lorca_db
spring.datasource.username=lorca_usr spring.datasource.username=lorca_usr
spring.datasource.password=lorca_pwd spring.datasource.password=lorca_pwd