release/1.0.1 #11

Merged
fbenoist68 merged 8 commits from release/1.0.1 into main 2024-01-27 07:52:23 +01:00
4 changed files with 3 additions and 5 deletions
Showing only changes of commit bac5868b72 - Show all commits

View File

@ -18,8 +18,6 @@ public class DatabaseConnectOBI implements AutoCloseable {
public DatabaseConnectOBI() throws SQLException {
String environment = loadEnvironment();
environment = "preprod"; //TODO ATTENTION !!!
try {
Properties dbProperties = loadDatabaseProperties();

View File

@ -37,8 +37,6 @@ public class ProximisService {
String environment = loadEnvironment();
environment = "preprod"; //TODO ATTENTION !!! 1382020000348
try {
Properties apiProperties = loadApiProperties();
String url = apiProperties.getProperty(environment + ".proximis.api.url");

View File

@ -19,6 +19,8 @@ xstore.db.dtv.password=dtv
xstore.db.repqueue.password=repqueue
# XADMIN environment settings
preprod.xadmin.db.url=jdbc:oracle:thin:@v-xsto-b01-irdc.adic.lan:1521/RXSTOI
preprod.xadmin.db.dtv.password=Dtv.x#33
prod.xadmin.db.url=jdbc:oracle:thin:@p-ODBG-b01-ipDC.tech.ikks.lan:1522/PXSTOREI
prod.xadmin.db.dtv.password=oY3poRSprOuqasO

View File

@ -1,2 +1,2 @@
# Indicates the current environment (dev, preprod, prod, etc.).
environment=prod
environment=preprod