first commit

This commit is contained in:
2025-07-29 10:09:46 +02:00
commit 4a6249dfae
19 changed files with 1732 additions and 0 deletions

33
.env Executable file
View File

@@ -0,0 +1,33 @@
# ===== Enviroment Stage ======
NODE_ENV=production
# ====== Database Configuration ======
POSTGRES_PASSWORD=0SGVvbf42a4g69T
PGADMIN_DEFAULT_PASSWORD=mpXdSohHCKuY9FR
DB_NAME="phoenix"
DB_HOST="phoenixDB"
DB_PORT=5432
DB_USERNAME="postgres"
PHX_SYSTEM_CONNECTION_POOL_MAX=5
PHX_WORKER_CONNECTION_POOL_MAX=2
PGADMIN_DEFAULT_EMAIL="info@phx-erp.de"
MAIL_SERVER="mail.phx-erp.de"
MAIL_PORT=465
MAIL_USERNAME="yuri.lima@phx-erp.de"
MAIL_PASSWORD="0rB0@et68"
SECURITY_EMAIL_SENDER="'No Reply PHX <no-reply@phx-erp.de>'"
# ====== Phoenix Super Admin Configuration ======
SUPER_ADMIN_USER_PASSWORD=betarc
# ====== Redis Configuration ======
REDIS_PASSWORD=dTvShdBatwFtF9P
# ====== Worker Configuration ======
RUN_JOB_QUEUE=1
# ===== Metris Configuration ======
# Loki API URL -> The IP 5.75.153.161 is the Grafana Server where it has a firewall rule to allow the connection. Please, if you change here, need to be change in NGINX too.
LOKI_URL=http://grafana.phx-erp.de:3100/loki/api/v1/push
LOKI_RETRIES=5
LOKI_BATCH_SIZE=500
# ===== HTTPS-PORTAL Configuration ======
HTTPS_PORTAL_DOMAINS='beta-rc.phx-erp.de -> http://phoenix-app:80'
# ====== PHX-SYSTEM Configuration ======
PHOENIX_SYSTEM_REPLICAS=1
PHX_HOST_NAME='beta-rc.phx-erp.de'