forked from screepers/screeps-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.yml
40 lines (40 loc) · 1.25 KB
/
config.sample.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
steamKey: <YourSteamKey>
env:
shared:
MONGO_HOST: localhost
REDIS_HOST: localhost
version: latest
mods:
- screepsmod-mongo
- screepsmod-auth
bots:
simplebot: "screepsbot-zeswarm"
overmind: "./bots/overmind/dist" # On windows path needs to be .\\bots\\overmind\\dist
extraPackages:
morgan: "*"
localMods: ./mods
backup:
dirs:
- tests
- bots/overmind
files:
- .screepsrc # You probably don't need this, jsut an example
serverConfig:
welcomeText: |
<style>.screepsplus h1{ text-align: center; }</style>
<div class="screepsplus">
<h1>ScreepsPlus</h1>
Wecome to the ScreepsPlus private server.<br>
Mods include screepsmod-auth and several custom mods to enable email notifications, control tickrate, power banks, portals, and other internal improvements.<br><br>
<div style="text-align: center">
This server is funded by backers on Patreon. <br>
<a target="_blank" href="https://www.patreon.com/bePatron?u=6867142" ><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png"></a>
</div>
constants:
TEST_CONSTANT: 123
tickRate: 1000
cli: # used for configuring cli client
host: testing.hosting.screepspl.us
port: 443 # https assumed when using 443
username: admin
password: notARealPassword