Skip to content

Commit 9cc0537

Browse files
committed
update initial setup
1 parent b1a6643 commit 9cc0537

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Laravel
1+
APP_NAME="Liberu Accounting"
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
@@ -11,7 +11,7 @@ LOG_LEVEL=debug
1111
DB_CONNECTION=mysql
1212
DB_HOST=127.0.0.1
1313
DB_PORT=3306
14-
DB_DATABASE=laravel
14+
DB_DATABASE=liberu_accounting
1515
DB_USERNAME=root
1616
DB_PASSWORD=
1717

.env.testing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_NAME=Liberu
1+
APP_NAME="Liberu Accounting"
22
APP_ENV=testing
33
APP_KEY=base64:GS0VwCqzgSVBnM0Wz/Ig610q86M+GIvyVmzQQvrL7Xw=
44
APP_DEBUG=true
@@ -12,7 +12,7 @@ LOG_CHANNEL=stack
1212
DB_CONNECTION=mysql
1313
DB_HOST=127.0.0.1
1414
DB_PORT=3306
15-
DB_DATABASE=liberu
15+
DB_DATABASE=liberu_accounting_testing
1616
DB_USERNAME=root
1717
DB_PASSWORD=root
1818

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
453453
main() {
454454
clear
455-
print_header "LIBERU ACCOUNTING INSTALLATION"
455+
print_header "LIBERU ACCOUNTING - INSTALLER"
456456

457457
echo "Please select installation type:"
458458
echo ""

0 commit comments

Comments
 (0)