-
Notifications
You must be signed in to change notification settings - Fork 133
/
.env.example
57 lines (47 loc) · 859 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[env]
env = develop
[database]
dbtype = mysqldb
dbprefix = easy
dbname = easyphp
dbhost = localhost
username = easyphp
password = easyphp
slave = 0,1
[database-slave-0]
dbname = easyphp
dbhost = localhost
username = easyphp
password = easyphp
[database-slave-1]
dbname = easyphp
dbhost = localhost
username = easyphp
password = easyphp
[nosql]
support = redis
[redis]
host = localhost
port = 6379
password =
[memcached]
host = localhost
port = 11211
password =
[mongoDB]
host = mongodb://localhost
port = 27017
username = easyphp
database = easyphp
password = easyphp
[app_key_map]
315b279901cc47cc21897253b7850d57 = a76adae5c3bbbc3fdf9efb8ca091b7c7
[log]
path = /runtime/logs/
name = easy-php
size = 512
level= debug
[swoole]
worker_num = 5
max_request = 10000
log_file = /runtime/logs/easy_swoole.log