11 lines
457 B
Plaintext
11 lines
457 B
Plaintext
#je nach dem Mysql Server, ob localhost freigegeben ist oder die IP Adresse des Servers, manchmal die beide und manchmal nur eine
|
|
DB_HOST=localhost #HTTP error! status: 500 wenn auf dem Server ist
|
|
#DB_HOST=192.168.10.58
|
|
#DB_HOST=10.10.0.13
|
|
#DB_HOST=10.10.0.70 # auf localhost blockiert
|
|
DB_USER=root
|
|
DB_PASSWORD="root#$"
|
|
DB_NAME=talas_v5
|
|
DB_PORT=3306
|
|
######################### Kontetmenü -> Station in tab öffnen
|
|
#BASE_URL=http://10.10.0.13/talas5/devices/ |