-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
50 lines (49 loc) · 1.27 KB
/
config.yaml
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
satellite:
filesystem:
path: foo
pipeline:
steps:
- custom:
loader:
services:
App\Security\Encrypt:
arguments:
$cipher: '%cipher%'
App\Loader:
arguments:
$client: '@App\Http\Client'
$encrypt: '@App\Security\Encrypt'
use: 'App\Loader'
parameters:
cipher: '14588F18B77FA61EE237D2435A567'
#satellite:
# filesystem:
# path: foo
# pipeline:
# steps:
# - custom:
# extractor:
# services:
# App\Extractor:
# arguments:
# $client: '@App\Http\Client'
# $decrypt: '@App\Security\Decrypt'
# App\Http\Client: ~
# App\Security\Decrypt:
# arguments:
# $cipher: '%cipher%'
# use: 'App\Extractor'
# parameters:
# cipher: '14588F18B77FA61EE237D2435A567'
#satellite:
# filesystem:
# path: foo
# pipeline:
# steps:
# - custom:
# transformer:
# services:
# App\Transformer:
# arguments:
# $logger: '@Psr\Log\LoggerInterface'
# use: 'App\Transformer'