This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjson-galette.spec
95 lines (95 loc) · 2.43 KB
/
json-galette.spec
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"galette": {
"uuid": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"version": "v0.9",
"plugins": [
{
"key": "Galette Auto",
"version": "1.3dev"
},
{
"key": "Galette Maps",
"version": "1.3dev"
},
{
"key": "Galette Paypal",
"version": "1.6-dev"
}
],
"default_language": "en_US",
"usage": {
"avg_members": "500-1000",
"avg_contributions": "0-50",
"avg_transactions": "0-50"
}
},
"system": {
"db": {
"engine": "MariaDB Server",
"version": "10.1.26-MariaDB",
"size": "1.6",
"log_size": null,
"sql_mode": "NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
},
"web_server": {
"engine": "Apache",
"version": "2.4.27"
},
"php": {
"version": "7.2.0",
"modules": [
"Core",
"date",
"libxml",
"openssl",
"pcre",
"zlib",
"filter",
"hash",
"Reflection",
"SPL",
"session",
"standard",
"cgi-fcgi",
"bz2",
"calendar",
"ctype",
"curl",
"dom",
"mbstring",
"fileinfo",
"gd",
"gettext",
"iconv",
"json",
"exif",
"PDO",
"pgsql",
"Phar",
"SimpleXML",
"sockets",
"tidy",
"tokenizer",
"xml",
"xmlwriter",
"xsl",
"pdo_pgsql",
"wddx",
"xmlreader"
],
"setup": {
"max_execution_time": "30",
"memory_limit": "128M",
"post_max_size": "8M",
"safe_mode": false,
"session": "files",
"upload_max_filesize": "2M"
}
},
"os": {
"family": "Linux",
"distribution": "",
"version": "4.12.11-200.fc25.x86_64"
}
}
}