From 4e42adc94dec11e57aa6db69a18372156b4f16bc Mon Sep 17 00:00:00 2001 From: Yauhen Pahrabniak Date: Sun, 17 Sep 2023 15:41:41 +0200 Subject: [PATCH] Added shared project key --- config/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 3fc997f..e50bdb4 100644 --- a/config/index.js +++ b/config/index.js @@ -105,6 +105,7 @@ function run() { sendPlayerNames: bool('ALTV_SEND_PLAYER_NAMES'), spawnAfterConnect: bool('ALTV_SPAWN_AFTER_CONNECT'), hashClientResourceName: bool('ALTV_HASH_CLIENT_RESOURCE_NAME'), + sharedProjectKey: str('ALTV_SHARED_PROJECT_KEY'), resources: arr('ALTV_RESOURCES') ?? ['*'], modules: arr('ALTV_MODULES') ?? defaultModules, 'dlc-whitelist': arr('ALTV_DLC_WHITELIST'), @@ -151,4 +152,4 @@ function run() { } } -process.exit(run()); \ No newline at end of file +process.exit(run());