mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-04 09:10:48 -05:00
startup: Make shop name configurable
This commit is contained in:
parent
feb922c171
commit
ef50699295
|
|
@ -77,14 +77,14 @@ app.post("/sys/servlet/PowerOn", function(req, resp) {
|
|||
uri: uris.get(req.body.game_id) || "",
|
||||
host: hosts.get(req.body.game_id) || "",
|
||||
place_id: "123",
|
||||
name: "Name",
|
||||
nickname: "Nick",
|
||||
name: process.env.SHOP_NAME,
|
||||
nickname: process.env.SHOP_NAME,
|
||||
region0: "1",
|
||||
region_name0: "W",
|
||||
region_name1: "X",
|
||||
region_name2: "Y",
|
||||
region_name3: "Z",
|
||||
country: "JPN",
|
||||
country: process.env.SHOP_REGION,
|
||||
allnet_id: "456",
|
||||
client_timezone: "+0900",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user