fix: dev-web - fix .Env access

This commit is contained in:
kmitresse
2024-03-26 09:07:36 +01:00
parent 5ef779b966
commit ba90abdf14
4 changed files with 23 additions and 24 deletions
@@ -0,0 +1,14 @@
package uppa.project;
public class Global {
public static final String PERSISTENCE_UNIT_NAME = "prod";
public static final String PERSISTENCE_UNIT_NAME_TEST = "test";
public static final String TOMCAT_PORT = "8088";
public static final String MAIL_USERNAME = "kmitresse@gmail.com";
public static final String MAIL_PASSWORD = "xwos ujwf cesq ocyt";
public static final String MAIL_PORT = "587";
public static final String MAIL_HOST = "smtp.gmail.com";
}