Lae/.env.example

34 lines
543 B
Plaintext
Raw Normal View History

2022-09-08 16:12:02 +00:00
APP_NAME=Lumen
2022-08-12 07:56:56 +00:00
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
2022-09-08 16:47:53 +00:00
APP_TIMEZONE=PRC
DB_TIMEZONE=+08:00
2022-08-12 07:56:56 +00:00
LOG_CHANNEL=stack
2022-09-08 16:12:02 +00:00
LOG_SLACK_WEBHOOK_URL=
2022-08-12 07:56:56 +00:00
2022-09-08 18:22:02 +00:00
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
2022-08-12 07:56:56 +00:00
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
2022-09-08 16:12:02 +00:00
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
2022-09-01 09:48:29 +00:00
2022-09-14 13:27:27 +00:00
MONGO_DB_HOST=127.0.0.1
MONGO_DB_PORT=27017
MONGO_DB_DATABASE=homestead
MONGO_DB_USERNAME=homestead
MONGO_DB_PASSWORD=secret
MONGO_DBDB_AUTHENTICATION_DATABASE=admin
2022-09-08 16:59:07 +00:00
LARAVELS_LISTEN_IP=127.0.0.0
2022-09-01 09:48:29 +00:00
ALIPAY_APP_ID=