Skip to content

Commit

Permalink
update: set default BOT_API_SERVER_DIR path and remove BOT_API_SERVER…
Browse files Browse the repository at this point in the history
…_LOG_DIR
  • Loading branch information
AmirHkrg committed Jun 30, 2024
1 parent 8750bf8 commit c29d24f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Config/bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,7 @@
* Leave blank if you are not using local bot api server.
* (Optional)
*/
'BOT_API_SERVER_DIR' => '',

/*
* The directory path for logs of the bot API server.
* Leave blank if you don't need logs.
* (Optional)
*/
'BOT_API_SERVER_LOG_DIR' => '',
'BOT_API_SERVER_DIR' => 'Storage/API-Server/',

/*
* The API ID from your Telegram account.
Expand Down

0 comments on commit c29d24f

Please sign in to comment.