Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
RESAZIP-PC\resaz
2026-02-25 23:34:02 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
6a938affcc59318f4eddf1b7bff2399518ca43f9
6a938aff
1 parent
d423947b
update
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/DaitoGoogleChat/config/daito-google-chat.php
src/DaitoQueryLog/config/daito-query-log.php
src/DaitoGoogleChat/config/daito-google-chat.php
View file @
6a938af
<?php
return
array
(
'enabled'
=>
env
(
'DAITO_GOOGLE_CHAT_ENABLED'
,
fals
e
),
'enabled'
=>
env
(
'DAITO_GOOGLE_CHAT_ENABLED'
,
tru
e
),
'default_webhook_url'
=>
env
(
'DAITO_GOOGLE_CHAT_WEBHOOK_URL'
,
''
),
'validate_webhook_host'
=>
env
(
'DAITO_GOOGLE_CHAT_VALIDATE_WEBHOOK_HOST'
,
true
),
'allowed_webhook_hosts'
=>
array
(
...
...
src/DaitoQueryLog/config/daito-query-log.php
View file @
6a938af
<?php
return
array
(
'enable'
=>
env
(
'ENABLE_QUERY_LOG'
,
fals
e
),
'enable'
=>
env
(
'ENABLE_QUERY_LOG'
,
tru
e
),
'log_on_console'
=>
env
(
'QUERY_LOG_ON_CONSOLE'
,
false
),
'sample_rate'
=>
env
(
'QUERY_LOG_SAMPLE_RATE'
,
100
),
// 0-100 (%)
'chunk'
=>
env
(
'QUERY_LOG_CHUNK'
,
200
),
...
...
Please
register
or
sign in
to post a comment