livrare website cu erp si crm
This commit is contained in:
parent
28773e3a72
commit
5c7bf7c295
257 changed files with 31929 additions and 0 deletions
27
erp_crm/.env.example
Normal file
27
erp_crm/.env.example
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# ERPNext Docker Configuration — TEMPLATE
|
||||
# =======================================
|
||||
# Copy to .env and fill in real values.
|
||||
# NEVER commit .env — it is gitignored.
|
||||
|
||||
# MariaDB — generate strong random passwords (e.g. openssl rand -base64 24)
|
||||
MYSQL_ROOT_PASSWORD=<schimba-ma>
|
||||
DB_PASSWORD=<schimba-ma>
|
||||
|
||||
# ERPNext
|
||||
ERPNEXT_VERSION=v15
|
||||
FRAPPE_VERSION=v15
|
||||
SITE_NAME=didi-erp
|
||||
ADMIN_PASSWORD=<schimba-ma>
|
||||
|
||||
# Redis (internal Docker DNS — don't change unless changing compose)
|
||||
REDIS_CACHE=redis-cache:6379
|
||||
REDIS_QUEUE=redis-queue:6379
|
||||
REDIS_SOCKETIO=redis-socketio:6379
|
||||
|
||||
# Network
|
||||
ERPNEXT_PORT=8080
|
||||
|
||||
# Setup scripts (08-email.py etc) — required when running setup
|
||||
SENDGRID_API_KEY=<your-sendgrid-key-starts-with-SG>
|
||||
ERPNEXT_ADMIN_PASSWORD=<schimba-ma>
|
||||
ERPNEXT_URL=http://localhost:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue