-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaradumps.yaml
50 lines (50 loc) · 982 Bytes
/
laradumps.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
app:
primary_host: 127.0.0.1
secondary_host: host.docker.internal
port: 9191
workdir: /var/www/html/
project_path: /home/lucas/projects/repairauto-api/
wsl_config: wsl+Ubuntu/
config:
sleep: 0
macos_auto_launch: false
observers:
auto_invoke_app: false
enabled_in_testing: false
dump: false
original_dump: true
queries: false
slow_queries: false
mail: false
logs: false
http: false
jobs: false
commands: false
scheduled_commands: false
gate: false
cache: false
xdebug:
client_host: 0.0.0.0
client_port: 9003
code_snippet:
above: 9
below: 3
logs:
info: false
warning: false
emergency: false
alert: false
debug: false
error: true
critical: true
notice: true
vendor: false
deprecated_message: false
slow_queries:
threshold_in_ms: 500
queries:
only_duplicated: false
select: true
insert: true
update: true
delete: true