You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
APP_NAME = Laravel
APP_ENV = local
APP_KEY =
APP_DEBUG = true
APP_URL = http://localhost
SANCTUM_STATEFUL_DOMAINS = localhost:5173,127.0.0.1:5173,localhost:5174,127.0.0.1:5174,localhost,127.0.0.1
CORS_ALLOWED_ORIGINS = http://localhost:5173,http://127.0.0.1:5173,http://localhost:5174,http://127.0.0.1:5174
CORS_SUPPORTS_CREDENTIALS = true
# 公众号 H5: 网页授权 + JSSDK( 与前端 VITE_WECHAT_APP_ID 一致)
WECHAT_APP_ID =
WECHAT_APP_SECRET =
LOG_CHANNEL = stack
LOG_DEPRECATIONS_CHANNEL = null
LOG_LEVEL = debug
DB_CONNECTION = mysql
DB_HOST = 127.0.0.1
DB_PORT = 3306
DB_DATABASE = laravel
DB_USERNAME = root
DB_PASSWORD =
BROADCAST_DRIVER = log
CACHE_DRIVER = file
FILESYSTEM_DISK = local
QUEUE_CONNECTION = sync
SESSION_DRIVER = file
SESSION_LIFETIME = 120
MEMCACHED_HOST = 127.0.0.1
REDIS_HOST = 127.0.0.1
REDIS_PASSWORD = null
REDIS_PORT = 6379
MAIL_MAILER = smtp
MAIL_HOST = mailpit
MAIL_PORT = 1025
MAIL_USERNAME = null
MAIL_PASSWORD = null
MAIL_ENCRYPTION = 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
PUSHER_APP_ID =
PUSHER_APP_KEY =
PUSHER_APP_SECRET =
PUSHER_HOST =
PUSHER_PORT = 443
PUSHER_SCHEME = https
PUSHER_APP_CLUSTER = mt1
VITE_APP_NAME = " ${ APP_NAME } "
VITE_PUSHER_APP_KEY = " ${ PUSHER_APP_KEY } "
VITE_PUSHER_HOST = " ${ PUSHER_HOST } "
VITE_PUSHER_PORT = " ${ PUSHER_PORT } "
VITE_PUSHER_SCHEME = " ${ PUSHER_SCHEME } "
VITE_PUSHER_APP_CLUSTER = " ${ PUSHER_APP_CLUSTER } "