diff --git a/.gitignore b/.gitignore index d63ba25..db38427 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /target -example.config.toml \ No newline at end of file +config.toml \ No newline at end of file diff --git a/example.config.toml b/example.config.toml new file mode 100644 index 0000000..79e663c --- /dev/null +++ b/example.config.toml @@ -0,0 +1,11 @@ +spawn_y = 60 + +platforms = 2 +platform_gap = 5 +platform_size = 15 + +# Put UUIDs here, not usernames! +operators = [] + +[db] +address = "redis://127.0.0.1:6379/" \ No newline at end of file