Skip to content

Commit

Permalink
Added Settings File
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Aug 17, 2023
1 parent 2e9a1b8 commit e459d3a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions cstrike/addons/logapi/logapi.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Enable Log API
//
// 0 Disable
// 1 Enable
//
// Default "0"
log_api_enable "0"

// Set Log API Address
// API HTTP Address Ie. http://api.yoursite.com/
//
// Default ""
log_api_address ""

// Set Log API Timeout
// Timeout in seconds to wait for response from remote server
//
// Default 5.0
log_api_timeout "5.0"

// Set Log API Bearer Token
// Authentication Token or leave empty to disable
//
// Default ""
log_api_bearer ""

0 comments on commit e459d3a

Please sign in to comment.