Update environment variables, enhance .gitignore, add basic installation script, and update README
This commit is contained in:
8
.env
8
.env
@@ -1,8 +1,8 @@
|
||||
# ===== Enviroment Stage ======
|
||||
NODE_ENV=production
|
||||
# ====== Database Configuration ======
|
||||
POSTGRES_PASSWORD=
|
||||
PGADMIN_DEFAULT_PASSWORD=
|
||||
POSTGRES_PASSWORD="8*6&Ti3TJxN^"
|
||||
PGADMIN_DEFAULT_PASSWORD="8*6&Ti3TJxN^"
|
||||
DB_NAME="phoenix"
|
||||
DB_HOST="phoenixDB"
|
||||
DB_PORT=5432
|
||||
@@ -19,14 +19,12 @@ SECURITY_EMAIL_SENDER="'No Reply PHX <no-reply@phx-erp.de>'"
|
||||
# ====== Phoenix Super Admin Configuration ======
|
||||
SUPER_ADMIN_USER_PASSWORD=123
|
||||
# ====== Redis Configuration ======
|
||||
REDIS_PASSWORD=
|
||||
REDIS_PASSWORD="8*6&Ti3TJxN^"
|
||||
# ===== 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