From f0aa9fc33edae6b4bb4c067c5c321bd4909be5f9 Mon Sep 17 00:00:00 2001 From: rasul Date: Tue, 23 Jun 2020 16:01:42 -0500 Subject: [PATCH] update config with player stuff --- config.toml.default | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.toml.default b/config.toml.default index e60b1e2..946f055 100644 --- a/config.toml.default +++ b/config.toml.default @@ -1,5 +1,4 @@ database = "rude.db" -starting_location = "d027ff76-185f-4da0-941c-7cadc6cf6e20" [server] ip = "0.0.0.0" @@ -9,3 +8,12 @@ event_capacity = 1024 [logging] level = "debug" + +[player] +starting_location = "d027ff76-185f-4da0-941c-7cadc6cf6e20" +name_min = 2 +name_max = 20 +name_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" +pass_min = 8 +pass_max = 128 +pass_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 `~@#$%^&*()_+-=[]{};':\",./<>?"