File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- APP_NAME = Laravel
1+ APP_NAME = " Liberu Accounting "
22APP_ENV = local
33APP_KEY =
44APP_DEBUG = true
@@ -11,7 +11,7 @@ LOG_LEVEL=debug
1111DB_CONNECTION = mysql
1212DB_HOST = 127.0.0.1
1313DB_PORT = 3306
14- DB_DATABASE = laravel
14+ DB_DATABASE = liberu_accounting
1515DB_USERNAME = root
1616DB_PASSWORD =
1717
Original file line number Diff line number Diff line change 1- APP_NAME = Liberu
1+ APP_NAME = " Liberu Accounting "
22APP_ENV = testing
33APP_KEY = base64:GS0VwCqzgSVBnM0Wz/Ig610q86M+GIvyVmzQQvrL7Xw=
44APP_DEBUG = true
@@ -12,7 +12,7 @@ LOG_CHANNEL=stack
1212DB_CONNECTION = mysql
1313DB_HOST = 127.0.0.1
1414DB_PORT = 3306
15- DB_DATABASE = liberu
15+ DB_DATABASE = liberu_accounting_testing
1616DB_USERNAME = root
1717DB_PASSWORD = root
1818
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Setup script for the Liberu accounting installation .
2+ # Setup script for the Liberu accounting project .
33#
44# This script provides installation options for Standalone, Docker, or Kubernetes deployments.
55# It handles composer and npm installations with fallback logic and error checking.
@@ -452,7 +452,7 @@ install_kubernetes() {
452452# Main installation menu
453453main () {
454454 clear
455- print_header " LIBERU ACCOUNTING INSTALLATION "
455+ print_header " LIBERU ACCOUNTING - INSTALLER "
456456
457457 echo " Please select installation type:"
458458 echo " "
You can’t perform that action at this time.
0 commit comments