-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
27 lines (24 loc) · 988 Bytes
/
grumphp.yml
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
################################################################################
#
# Copyright (C) 2020 BadPixxel <www.badpixxel.com>
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#
################################################################################
#############################################
# Override Config. for Php Core Module
parameters:
# For Building Splash Module
mod-enable: false
# For Building Documentation
doc-enable: false
#############################################
# Import Config. from Php Core Module
imports:
- { resource: "./vendor/badpixxel/php-sdk/grumphp/generic.yml" }
- { resource: "./vendor/badpixxel/php-sdk/grumphp/extras.yml" }