change instructions / .env

This commit is contained in:
Markus Gärtner 2024-12-13 14:42:15 +01:00
parent b6d1a0fc99
commit c8e2931433
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,4 @@
TMP_FOLDER="tmp" TMP_FOLDER="tmp"
EXPORT_FOLDER="/home/USER/SHOPROOT/source/export/xml" EXPORT_FOLDER="/home/USER/SHOPROOT/source/export/xml"
DBHOST="127.0.0.1" PATHSHOPCONNECT="https://SHOP.TDL/modules/d3/xrechnung/public/connect.php"
DBPORT="3307" SHOPCONNECTTOKEN="XXXXXX"
DBUSER="USER"
DBPASSWORD="PASSWORD"
DBNAME="DBNAME"

View File

@ -6,7 +6,7 @@ composer create-project d3/xrechnung-project xrechnung
# 2) Configuration # 2) Configuration
* rename file /home/USER/SHOPROOT/.env_example to .env * rename file /home/USER/SHOPROOT/.env_example to .env
* add Database credentials to .env * edit .env
# 3) Installation d3/xrechnung_lib # 3) Installation d3/xrechnung_lib
Contact D³ for Access. Contact D³ for Access.