Skip to content

inmemory database

mtanksl edited this page Mar 28, 2024 · 2 revisions

Introduction

Edit the \mtanksl.OpenTibia.GameData\data\server\config.lua file to set the database type to memory.

Example

server = {
	...
	database = {
		type = "memory",
		...
	}
}