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 `~@#$%^&*()_+-=[]{};':\",./<>?"