feat(DevWeb): Make website title adaptative using global variable

This commit is contained in:
Lucàs
2024-04-20 10:44:41 +02:00
parent 08c2280619
commit 462690d696
7 changed files with 20 additions and 62 deletions
@@ -2,6 +2,7 @@ package uppa.project;
public final class Global {
public static final String APP_NAME = "Cards Rush";
public static final String PERSISTENCE_UNIT_NAME = "prod";
public static final String PERSISTENCE_UNIT_NAME_TEST = "test";
public static final String TOMCAT_PORT = "8088";