-
Notifications
You must be signed in to change notification settings - Fork 8
/
.ice.php
42 lines (41 loc) · 1020 Bytes
/
.ice.php
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
<?php
return [
'vendor' => 'ifacesoft',
'name' => 'ice',
'namespace' => 'Ifacesoft\Ice\Framework\\',
'alias' => 'Ice',
'description' => 'Ice Framework',
'url' => 'http://ice.ifacesoft.iceframework.net',
'type' => 'module',
'context' => '',
// 'source' => [
// 'vcs' => 'mercurial',
// 'repo' => 'https://bitbucket.org/ifacesoft/ice'
// ],
// 'authors' => [
// [
// 'name' => 'dp',
// 'email' => '[email protected]'
// ]
// ],
'pathes' => [
'config' => 'config/',
'source' => 'source/',
'resource' => 'resource/',
],
'environments' => [
'prod' => [
'pattern' => '/^ice\.prod\.local$/',
],
'test' => [
'pattern' => '/^ice\.test\.local$/',
],
'dev' => [
'pattern' => '/^ice\.dev\.local$/'
],
],
'modules' => [
'ifacesoft/ice-cli' => [],
'ifacesoft/ice-http' => [],
],
];