Add .env file to repository for deployment

This commit is contained in:
TheMaddax 2025-12-17 20:38:07 -07:00
parent d7517442d6
commit 9492a3b08f
2 changed files with 16 additions and 17 deletions

31
.env
View file

@ -1,8 +1,9 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:FabRZZvfMqwKRSPj2KYehBzYNrYI+hX247oLw58LRVs=
APP_NAME="MAD Lawsuit v2.0"
APP_ENV=production
APP_KEY=base64:dUzoSQvI3yjuaq3Sj6XMMpHw/1v/zPFRzwO6WzeADaQ=
APP_DEBUG=true
APP_URL=http://localhost
APP_TIMEZONE=UTC
APP_URL=https://v2.mad-lawsuit.org
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
@ -11,34 +12,34 @@ APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
# PHP_CLI_SERVER_WORKERS=4
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
LOG_LEVEL=error
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=mad_lawsuit_v2
DB_USERNAME=mad_user
DB_PASSWORD=mK9#vL2$pQ7@wN4&xR8!zT6^yU3*bH5
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
SESSION_DOMAIN=.mad-lawsuit.org
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
# CACHE_PREFIX=
CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
@ -48,11 +49,11 @@ REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

2
.gitignore vendored
View file

@ -1,9 +1,7 @@
# Laravel & PHP
*.log
.DS_Store
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
/.fleet