This repository has been archived on 2024-01-23. You can view files and clone it, but cannot push or open issues/pull-requests.
website-builder-api/env.example

12 lines
281 B
Plaintext

HOST=localhost
PORT=50129
MARIADB_HOST=localhost
MARIADB_PORT=50035
MARIADB_DATABASE=terminplanner
MARIADB_USER=terminplanner
MARIADB_PASSWORD=your_password
GIT_WEBSITE_REPOSITORY_URL=./tmp
TMP_DIR_WEBSITE_TEMPLATE=./tmp/website-template
CUSTOMER_WEBSITES_DIR=./customer-websites