Skip to content

Commit

Permalink
Add database slow query time configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Jun 16, 2024
1 parent 947ab9f commit 00af2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ PL_LOG_PATH=${PL_STORAGE_PATH}/tmp/logs
# Database
PL_DB_DRIVER=mysql
PL_DB_NAME=mysql
PL_DB_SLOW_QUERY_TIME=1.0
PL_DB_HOST=127.0.0.1
PL_DB_PORT=3306
PL_DB_USER=root
Expand Down

0 comments on commit 00af2f4

Please sign in to comment.