Semi-stable version with old variable names
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user