Initial stage

This commit is contained in:
Stan
2026-04-09 19:15:39 +02:00
commit d9f0b21b10
35 changed files with 3318 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
APP_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
MARIADB_ROOT_PASSWORD=change_me_for_local_dev
PHPMYADMIN_PORT=8080