Stage after merging with project files

This commit is contained in:
Stan
2026-04-09 19:27:10 +02:00
parent d9f0b21b10
commit 0c74a75126
25 changed files with 1120 additions and 197 deletions
+6 -5
View File
@@ -1,9 +1,10 @@
APP_PORT=3000
PORT=3000
APP_URL=http://localhost:3000
DB_HOST=db
DB_PORT=3306
DB_NAME=app_db
DB_USER=app_user
DB_PASSWORD=app_password
DB_NAME=check_list
DB_USER=check_list_user
DB_PASSWORD=check_list_password
DB_CONNECTION_LIMIT=5
MARIADB_ROOT_PASSWORD=change_me_for_local_dev
PHPMYADMIN_PORT=8080
PHPMYADMIN_PORT=8080