diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 6eef0ca..e9a72af 100644 --- a/config.toml +++ b/config.toml @@ -9,3 +9,6 @@ tickrate_max = 3 [bot] amount = 10 + +[database] +path = "/tmp/trondb" |