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"
EXPORT_FOLDER="/home/USER/SHOPROOT/source/export/xml"
DBHOST="127.0.0.1"
DBPORT="3307"
DBUSER="USER"
DBPASSWORD="PASSWORD"
DBNAME="DBNAME"
PATHSHOPCONNECT="https://SHOP.TDL/modules/d3/xrechnung/public/connect.php"
SHOPCONNECTTOKEN="XXXXXX"

View File

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