Add tag for substitution
This commit is contained in:
@@ -36,4 +36,5 @@ RUN cp color_table.js ./.local/Uber\ Entertainment/Planetary\ Annihilation/stabl
|
||||
chmod +x /home/pa/update_conf_file.sh && \
|
||||
/home/pa/update_conf_file.sh
|
||||
RUN cp /home/pa/NodePAMaster_conf.json /home/pa/NodePAMaster/src/conf.json
|
||||
RUN rm /home/pa/auth_papatcher.sh
|
||||
ENTRYPOINT ["node.js", "./NodePAMaster/src/control.js"]
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"server": "./.local/Uber Entertainment/Planetary Annihilation/stable/server",
|
||||
"serverversion": "./.local/Uber Entertainment/Planetary Annihilation/stable/version.txt",
|
||||
"serverparams": ["--headless", "--game-mode", "Config", "--allow-lan","--server-name", "DedicatedPAServers"],
|
||||
"serverparams": ["--headless", "--game-mode", "Config", "--allow-lan","--server-name", "server_name_to_replace"],
|
||||
"pastats": "176.31.115.99",
|
||||
"pastatsport": 80,
|
||||
"listonpastats": true,
|
||||
"serverip": "127.0.0.1",
|
||||
"serverport": "20545",
|
||||
"shownregion": "pastats.com"
|
||||
"shownregion": "region_to_replace"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user