forked from butlerx/wetty
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefaults.yaml
More file actions
38 lines (38 loc) · 757 Bytes
/
defaults.yaml
File metadata and controls
38 lines (38 loc) · 757 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
shellSecret: SECRET
shellAuthQuery: auth
server.port: 3015
server.host: 127.0.0.1
dockerConfig:
socketPath: '/var/run/docker.sock'
version: 'v1.44'
ssl: {}
operations:
bash:
- bash
log.apache.access:
- 'tail'
- '-F'
- '/var/log/apache2/access.log'
log.apache.error:
- 'tail'
- '-F'
- '/var/log/apache2/error.log'
log.mysql.error:
- 'tail'
- '-F'
- '/var/log/mysql/error.log'
log.drupal.watchdog:
- 'drush'
- '--root=/var/www/html'
- 'watchdog-show'
- '--full'
- '--extended'
- '--tail'
log.php.error:
- 'tail'
- '-F'
- '/var/log/php/error.log'
sanitizeStrings:
- pattern: 'probo-container-[\w|\d]*:'
replacement: 'probo-shell:'
- pattern: '127.0.0.1(:\d*)'