added env file to repository

This commit is contained in:
Ghassan Yusuf 2025-03-16 14:32:42 +03:00
parent c2a4782f7f
commit 278d1ea052
2 changed files with 76 additions and 1 deletions

76
.env Normal file
View File

@ -0,0 +1,76 @@
APP_NAME="TAKEONE PLATFORM"
APP_ENV=local
APP_KEY=base64:tdPZAU5VwEeKOyib1BPwXvoi4r6vsL831aDah6ZBhL4=
APP_DEBUG=true
APP_URL=http://localhost
APP_TIMEZONE=Asia/Bahrain
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4
BCRYPT_ROUNDS=12
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
# CACHE_PREFIX=
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_MAILER=smtp
MAIL_SCHEME=https
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_ENCRYPTION=tls
MAIL_USERNAME=platformtakeone@gmail.com
MAIL_PASSWORD=Gha$$an1983 # Replace with your App Password
MAIL_FROM_ADDRESS=platformtakeone@gmail.com
MAIL_FROM_NAME="TAKEONE Platform" # Update this to your desired name
# MAIL_MAILER=log
# MAIL_SCHEME=null
# MAIL_HOST=127.0.0.1
# MAIL_PORT=2525
# MAIL_USERNAME=null
# MAIL_PASSWORD=null
# MAIL_FROM_ADDRESS="hello@example.com"
# MAIL_FROM_NAME="${APP_NAME}"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
VITE_APP_NAME="${APP_NAME}"

1
.gitignore vendored
View File

@ -6,7 +6,6 @@
/storage/*.key
/storage/pail
/vendor
.env
.env.backup
.env.production
.phpactor.json