Viel neues
This commit is contained in:
45
qa-tool/compose/.env.example
Normal file
45
qa-tool/compose/.env.example
Normal file
@@ -0,0 +1,45 @@
|
||||
# ====== QA-Tool .env (Beispiel) ======
|
||||
# Port-Mapping (Host:Container)
|
||||
APP_PORT=8009
|
||||
|
||||
# Host-Pfad zu htdocs (Code); in PROD auf readonly Mount achten
|
||||
APP_HTDOCS_HOST=/opt/qa-tool/htdocs
|
||||
|
||||
# Basis-URL der App (ohne trailing slash)
|
||||
APP_BASE_URL=http://192.168.1.112:8009
|
||||
|
||||
# Authentifizierung umgehen (nur lokal/test): true/false
|
||||
AUTH_DISABLED=false
|
||||
|
||||
# --- OpenID Connect ---
|
||||
OIDC_PROVIDER=https://auth.o-byte.com/realms/o-byte.com
|
||||
OIDC_CLIENT=qa-tool
|
||||
OIDC_SECRET=PLEASE_SET_ME
|
||||
|
||||
# --- DocBee ---
|
||||
DOCBEE_BASEURL=https://obyte.docbee.com
|
||||
DOCBEE_USER=OBYTE/service
|
||||
DOCBEE_PASS=PLEASE_SET_ME
|
||||
DOCBEE_TIME=1440
|
||||
|
||||
# --- GitLab (Templates) ---
|
||||
GITLAB_HOST=https://git.steinert.cc
|
||||
GITLAB_PROJECT_ID=qa/templates
|
||||
GITLAB_REF=main
|
||||
GITLAB_PATH=templates
|
||||
# optional, leer lassen wenn Repo public ist
|
||||
GITLAB_TOKEN=
|
||||
|
||||
|
||||
# --- Database ---
|
||||
DB_HOST=mariadb
|
||||
DB_PORT=3306
|
||||
DB_NAME=qa_tool
|
||||
DB_USER=qa
|
||||
DB_PASS=PLEASE_SET_ME
|
||||
DB_ROOT_PASS=PLEASE_SET_ME_ROOT
|
||||
|
||||
# --- phpMyAdmin ---
|
||||
PHPMYADMIN_PORT=8010
|
||||
|
||||
|
||||
Reference in New Issue
Block a user