# ./.env 
# for our staging environment
#
# ====================================
# REPOSITORY
# ====================================
#
# This repository is used to get
#     com.atina:JDEAtinaServer
#
ATINA_REPOSITORY_PROTOCOL=https
#
# DEBUG_ACTIVO.  =jfrog.atina-connection.com/artifactory/libs-snapshot
# DEBUG_NO_ACTIVO=jfrog.atina-connection.com/artifactory/libs-release
#
ATINA_REPOSITORY_URL=jfrog.atina-connection.com/artifactory/libs-release
#
#
# This repository is optional. It will be used to get 
#     com.jdedwards:StdWebService
#     com.jdedwards:jde-lib-wrapped
# builded on the customer deployment. 
# The customer can use this repository to update 
# web services or jde tool version.
#
CUSTOMER_REPOSITORY_PROTOCOL=https
CUSTOMER_REPOSITORY_URL=jfrog.atina-connection.com/artifactory/libs-release
#
# ====================================
# JDE MICROSERVER SERVER
# ====================================
#
JDE_MICROSERVER_IP=172.28.0.2
JDE_MICROSERVER_PORT=8077
JDE_MICROSERVER_DEBUG_PORT=5005
JDE_MICROSERVER_CODE=demo
#
# ====================================
# JVM Version
# ====================================
#
# DEBUG_ACTIVO
#
#javaJDKImage=OpenJDK8U-jdk_x64_linux_hotspot_8u322b06.tar.gz
#javaJDKRootFolder=jdk8u322-b06
#DEBUG_ACTIVO=true
#
# DEBUG NO ACTIVO
#
javaJDKImage=j2sdk-image-x86_64-u322-b04-20221122.tar.bz2
javaJDKRootFolder=j2sdk-image
DEBUG_ACTIVO=false
#
# -------------------------------------------
# Atina Version
# -------------------------------------------
#
# DEBUG_ACTIVO Modo Debug debe agregar -SNAPSHOT a JDE_ATINA_SERVER_VERSION
#
JDE_ATINA_SERVER_VERSION=1.0.5
#
# -------------------------------------------
# JVM Memory Configuration
# -------------------------------------------
#
# Defines the JVM heap settings used by the microserver.
#
JDE_JAVA_XMS=2G
JDE_JAVA_XMX=4G
#
# Enables automatic heap dump generation on OutOfMemoryError.
#
JDE_JAVA_HEAP_DUMP_ON_OOM=true
#
# Directory where heap dumps will be written.
#
JDE_JAVA_HEAP_DUMP_PATH=/tmp/jde/jvm-dumps
#
# JVM fatal error log file.
#
JDE_JAVA_ERROR_FILE=/tmp/jde/jvm-dumps/hs_err_pid%p.log
#
# Optional extra JVM arguments.
#
JDE_JAVA_EXTRA_OPTS=
#
# -------------------------------------------
# Kernel Recycling
# -------------------------------------------
#
KERNEL_RECICLYING=false
KERNEL_RECICLYING_BY_USER=false
#
SESSION_EXPIRATION_TIME=60
#
# -------------------------------------------
# UBE Submission User Configuration
# -------------------------------------------
# Defines which user context is used when submitting UBE jobs.
#
# true  → Uses the logged-in user (recommended and default behavior)
# false → Uses the security/bootstrap user (legacy behavior)
#
# If not defined, the system defaults to "true".
#
SUBMIT_UBE_USER_LOGGED=true
#
#
# -------------------------------------------
# JDEAtinaOverrideServicesConstants-1.0.0.jar
# -------------------------------------------
#
# DEBUG_ACTIVO Modo Debug debe agregar -SNAPSHOT a STD_WEB_SERVICE_CONSTANTS_VERSION
#
STD_WEB_SERVICE_CONSTANTS_VERSION=1.0.0
JDE_GET_LIB_WEB_SERVICE_CONSTANTS_FROM_REPOSITORY=1
#
# -------------------------------------------
# Token
# -------------------------------------------
#
JDE_MICROSERVER_SECRET_KEY=123456789012345678901234567890123456789012345678901234567890
JDE_MICROSERVER_TOKEN_EXPIRATION=3000000
#
# -------------------------------------------------
# Mocking 0:Not 1:Yes 2:Generate Mocking reponses
# -------------------------------------------------
#
JDE_MICROSERVER_MOCKING=0
#
# ====================================
# Volumes
# ==================================== 
#
Volume_DataLogs=~/atina/microserver/jde/data/logs
Volume_JDETmp=~/atina/microserver/jde/data/tmp
Volume_JDELog=~/atina/microserver/jde/data/jdelog
#
# JDE_LIBS_ROOT: Base folder that contains the runtime artifacts mounted into the container.
#
# Expected contents:
# - Properties:
#   - service-constants.properties
#
# - JAR files:
#   - JDEAtinaOverrideServicesConstants-1.0.0.jar
#   - StdWebService-1.0.0.jar
#   - jde-lib-wrapped-1.0.0.jar
#
# - JDE environment/config folders:
#   - JDV920/
#   - JPS920/
#   - (and any other environments you use)
# 
JDE_LIBS_ROOT=/tmp/build_jde_libs
#
# ====================================
# Libraries
# ==================================== 
#
# ------------------------------------------
# jde-lib-wrapped-1.0.0.jar
# ------------------------------------------
# 0: Not 1: Yest
JDE_GET_LIB_WRAPPED_UPDATE_FROM_REPOSITORY=1
JDE_LIB_WRAPPED_VERSION=1.0.0
#
# ------------------------------------------
# jStdWebService-1.0.0.jar
# ------------------------------------------
# 0: Not 1: Yest
JDE_GET_LIB_WEB_SERVICE_FROM_REPOSITORY=1
STD_WEB_SERVICE_VERSION=1.0.0
#
# ====================================
# TimeZone
# ====================================
#  
TZ=America/Buenos_Aires
#
# ====================================
# ETC/HOST
# ====================================
#
JDE_MICROSERVER_ENTERPRISE_SERVER_NAME=JDE-ALPHA-ENT
JDE_MICROSERVER_ENTERPRISE_SERVER_IP=138.91.73.161
JDE_MICROSERVER_ENTERPRISE_DB_NAME=JDE-ALPHA-SQL 
JDE_MICROSERVER_ENTERPRISE_DB_IP=65.52.119.187
#
HOST_EXTRA_HOSTS_FILE=/Users/franciscogodinoconte/_atina/projects/JDEAtinaDockerBuilders/Microservice/extra-hosts.txt
#














