diff --git a/.gitignore b/.gitignore index d6a8297..01cb6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ test driver logs node_modules +config.yml \ No newline at end of file diff --git a/config.yml b/config.yml deleted file mode 100644 index bee480c..0000000 --- a/config.yml +++ /dev/null @@ -1,16 +0,0 @@ -steamKey: E6B8BA48A1290CE6B96E5300D2623393 -processors: 1 -serverConfig: - map: random_1x1 - startAfterImport: true - tickRate: 1000 -mods: - - screepsmod-mongo - - screepsmod-auth - - screepsmod-admin-utils -modules: - backend: false - main: false - processor: false - runner: true - storage: false diff --git a/docker-compose.yml b/docker-compose.yml index 398896a..adfbe65 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,4 +18,5 @@ services: - ./test:/screeps ports: - 21025:21025 + - 21026:21026 \ No newline at end of file