From 0f64e3f009a2522a058b65ae3f90aa062dc837f3 Mon Sep 17 00:00:00 2001 From: rasul Date: Mon, 4 May 2020 19:37:35 -0500 Subject: [PATCH] update config with player stuff --- config.toml | 10 +++++++++- config.toml.mine | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 config.toml.mine diff --git a/config.toml b/config.toml index e60b1e2..946f055 100644 --- a/config.toml +++ b/config.toml @@ -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 `~@#$%^&*()_+-=[]{};':\",./<>?" diff --git a/config.toml.mine b/config.toml.mine new file mode 100644 index 0000000..946f055 --- /dev/null +++ b/config.toml.mine @@ -0,0 +1,19 @@ +database = "rude.db" + +[server] +ip = "0.0.0.0" +port = 9123 +connection_limit = 2 +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 `~@#$%^&*()_+-=[]{};':\",./<>?"