19 lines
332 B
Bash
19 lines
332 B
Bash
|
|
APP_NAME=transcriptor
|
|
VITE_APP_NAME="${APP_NAME}"
|
|
APP_URL=http://0.0.0.0:8004
|
|
ASSET_URL=http://0.0.0.0:8004
|
|
|
|
DB_CONNECTION=mariadb
|
|
DB_QUEUE_CONNECTION=mariadb
|
|
DB_HOST=192.168.0.187
|
|
DB_PORT=3306
|
|
DB_DATABASE=transcriptor
|
|
DB_USERNAME=t0is
|
|
DB_PASSWORD=Silenceisgolden555
|
|
|
|
APP_KEY=base64:ZbNIu92nsvQmghttxsgjENh6Aqk4xR+o6LU7Wt9mpy8=
|
|
|
|
|
|
|