forked from TIGERB/easy-php
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
49 lines (40 loc) · 734 Bytes
/
.env.example
File metadata and controls
49 lines (40 loc) · 734 Bytes
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
[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]
path = /runtime/logs/