add some description

This commit is contained in:
Markus Gärtner 2024-11-19 12:59:57 +01:00
parent dd3ed1bb12
commit bb2f4b293b
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
TMP_FOLDER="tmp" TMP_FOLDER="tmp" # local folder, temporary exports
EXPORT_FOLDER="/SHOP/export/xml" EXPORT_FOLDER="/SHOP/export/xml" # full path to shop export folder, like /home/userXY/shop/source/export/xml
DBHOST="127.0.0.1" DBHOST="" # same credentionals as in file config.inc.php
DBPORT="" DBPORT=""
DBUSER="" DBUSER=""
DBPASSWORD="" DBPASSWORD=""

View File

@ -2,7 +2,13 @@
## Installation ## Installation
## Konfiguration ## Konfiguration
* copy/rename file ".env_example" to ".env"
* edit file .env
* add access protection for folder "source"
* point subdomain into "source"
*
## ##