feat(beammp): update auth key url (#2587)

* feat(beammp): update auth key url
This commit is contained in:
William Harrison 2023-12-03 16:52:02 +08:00 committed by GitHub
parent f6fb642a84
commit 8d3757135c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-05-14T18:49:02+02:00",
"exported_at": "2023-12-03T08:37:49+08:00",
"name": "BeamMP Servers",
"author": "noah@noahserver.online",
"description": "This is the server for the multiplayer mod BeamMP for the game BeamNG.drive. The server is the point through which all clients communicate. You can write lua mods for the server, detailed instructions on the BeamMP Wiki.",
@ -60,7 +60,7 @@
},
{
"name": "Authentication Key",
"description": "The authentication key for your server. A key can be obtained from the BeamMP keymaster at https:\/\/beamng-mp.com\/k\/dashboard",
"description": "The authentication key for your server. A key can be obtained from the BeamMP keymaster at https:\/\/keymaster.beammp.com",
"env_variable": "AUTHKEY",
"default_value": "",
"user_viewable": true,
@ -129,4 +129,4 @@
"field_type": "text"
}
]
}
}