This commit is contained in:
Saufi
2026-05-26 10:25:37 +08:00
commit 0c0cef7387
85 changed files with 15340 additions and 0 deletions

13
.env.docker.example Normal file
View File

@@ -0,0 +1,13 @@
APP_PORT=8000
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost:8000
DB_PORT=3306
DB_DATABASE=db_cobol
DB_USERNAME=root
DB_PASSWORD=
RUN_MIGRATIONS=false
RUN_SEEDERS=false