Skip to content

Instantly share code, notes, and snippets.

@AgentRev
Created April 7, 2015 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AgentRev/f83b125a4ac3a4b680ab to your computer and use it in GitHub Desktop.
Save AgentRev/f83b125a4ac3a4b680ab to your computer and use it in GitHub Desktop.
extDB v1 config file
[Main]
;Threads = 0
; Default Value is number of CPU Cores Detected
Randomize Config File = false
;This is a legacy option to randomize config file for Arma2 Servers.
Error Database Kill Server = true
;Kill ArmaServer if Database Connection Fails.
[Logging]
; If u are going to disable Logging for performance reasons, grab the No-Logging Version of extdb
Filter = 2
; 2 = Default Setting, this doesn't take effect till after Config File has been loaded.
; 0 = more cpu intensive, 5 = barely anything except exception handling
;
; 0 trace
; 1 debug
; 2 info
; 3 warning
; 4 error
; 5 fatal
[A3W]
Type = MySQL
Name = a3wasteland
Username = root
Password = password
IP = 127.0.0.1
Port = 3306
minSessions = 1
;maxSessions = 4
idleTime = 60
compress = false
; Should only use this if MySQL server is external. Also only for MySQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment