Semi-stable version with old variable names

This commit is contained in:
Fabio Herzig
2026-07-16 18:43:30 +02:00
parent 3731183654
commit c8e7ce9174
165 changed files with 25654 additions and 9728 deletions
+2 -1
View File
@@ -3,4 +3,5 @@
DB_USER=DB_GUESTUSER_USERNAME
DB_PASSWORD=DB_GUESTUSER_PASSWORD
DB_NAME=DATABASE_NAME # Same as .env.db
DB_HOST=DB_HOST # Same as .env.db, An IP with Port, often 127.0.0.1:3306 or localhost:3306
DB_HOST=DB_HOST # Same as .env.db, An IP without Port, often 127.0.0.1 or localhost
DB_PORT=3306 # default Port is 3306
+10 -4
View File
@@ -1,7 +1,7 @@
DB_PREFIX=qxQtE_
DB_PREFIX=PREFIX
# Tabellennamen
DB_TABLE_TURNERINNEN=turnerinnen
DB_TABLE_TEILNEHMENDE=teilnehmende
DB_TABLE_ORDERS=orders
DB_TABLE_BASKET_ITEMS=basket_items
DB_TABLE_VARIABLES=variables
@@ -11,8 +11,14 @@ DB_TABLE_PROGRAMME=programme
DB_TABLE_INTERN_USERS=intern_users
DB_TABLE_VEREINE=vereine
DB_TABLE_ABTEILUNGEN=abteilungen
DB_TABLE_TURNERINNEN_ABTEILUNGEN=turnerinnen_abteilungen
DB_TABLE_TEILNEHMENDE_ABTEILUNGEN=teilnehmende_abteilungen
DB_TABLE_GERAETE=geraete
DB_TABLE_AUDIOFILES=audiofiles
DB_TABLE_TEILNEHMENDE_AUDIOFILES=teilnehmende_audiofiles
DB_TABLE_NOTEN=noten
DB_TABLE_NOTEN_BEZEICHNUNGEN=noten_bezeichnungen
DB_TABLE_NOTEN_CHANGES=noten_changes
DB_TABLE_NOTEN_BEZEICHNUNGEN=noten_bezeichnungen
DB_TABLE_ORDERS_LOG=orders_log
DB_TABLE_ZEITPLAN_TYPES=zeitplan_types
DB_TABLE_ABTEILUNGEN_ZEITEN=abteilungen_zeiten
DB_TABLE_RANKLIVE_CONFIGS=rankLive_configs
+2 -1
View File
@@ -3,4 +3,5 @@
DB_USER=DB_USER_USERNAME
DB_PASSWORD=DB_USER_PASSWORD
DB_NAME=DATABASE_NAME
DB_HOST=DB_HOST # An IP with Port, often 127.0.0.1:3306 or localhost:3306
DB_HOST=DB_HOST # An IP with Port 127.0.0.1 or localhost
DB_PORT=3306 # default Port is 3306
+4
View File
@@ -0,0 +1,4 @@
# This is a id, that needs to be unique, if you run multiple instances of WKVS on one server (also when using two different domains).
# This id is primarly used for WS seperation, so that it is possible to just run one websocket/index.js
WETTKAMPF_ID=123456