mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-16 01:21:47 +00:00
feat(DevWeb): Make website title adaptative using global variable
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user