Add self-hosted project folder
This commit is contained in:
32
.env
Normal file
32
.env
Normal file
@@ -0,0 +1,32 @@
|
||||
# ===== Enviroment Stage ======
|
||||
NODE_ENV=production
|
||||
# ====== Database Configuration ======
|
||||
POSTGRES_PASSWORD=
|
||||
PGADMIN_DEFAULT_PASSWORD=
|
||||
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 CONFIGURATION =====
|
||||
PGADMIN_DEFAULT_EMAIL="info@phx-erp.de"
|
||||
MAIL_SERVER="mail.phx-erp.de"
|
||||
MAIL_PORT=465
|
||||
MAIL_USERNAME="internal@phx-erp.de"
|
||||
MAIL_PASSWORD="8Kb2p4!o1"
|
||||
SECURITY_EMAIL_SENDER="'No Reply PHX <no-reply@phx-erp.de>'"
|
||||
# ====== Phoenix Super Admin Configuration ======
|
||||
SUPER_ADMIN_USER_PASSWORD=123
|
||||
# ====== Redis Configuration ======
|
||||
REDIS_PASSWORD=
|
||||
# ===== 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=
|
||||
# ====== PHX-SYSTEM Configuration ======
|
||||
PHOENIX_SYSTEM_REPLICAS=1
|
||||
PHX_HOST_NAME=
|
||||
Reference in New Issue
Block a user