work/.env.example

44 lines
566 B
Plaintext
Raw Normal View History

2020-05-07 13:14:19 +08:00
[app]
2020-05-09 17:57:05 +08:00
app_name = PearProject
app_version = 2.8.16
2020-05-07 13:14:19 +08:00
app_host = ''
app_debug = false
app_trace = false
[database]
hostname = 127.0.0.1
2020-05-08 09:14:25 +08:00
database = pearproject
2020-05-07 13:14:19 +08:00
username = root
password = root
hostport = 3306
prefix = pear_
debug = true
2020-05-08 09:01:05 +08:00
[config]
notice_push = false
dingtalk_push = false
mail_push = false
[sms]
debug = true
[mail]
open = false
Host = smtp.example.com
SMTPAuth = true
Username = example@example.com
Password = example
SMTPSecure = tls
Port = 25
[cache]
type = redis
path = ./runtime/cache
expire = 0
[redis]
host = 127.0.0.1
port = 6379
password =