Skip to content

Commit

Permalink
Added shared project key
Browse files Browse the repository at this point in the history
  • Loading branch information
emcifuntik authored Sep 17, 2023
1 parent ea1f6c6 commit 4e42adc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down Expand Up @@ -151,4 +152,4 @@ function run() {
}
}

process.exit(run());
process.exit(run());

0 comments on commit 4e42adc

Please sign in to comment.