Skip to content

Commit

Permalink
Update blueteam.pref.tpl
Browse files Browse the repository at this point in the history
Added following commands:
- Automatic Callsign assignment.
- Disabled automatic maps usage from eud api (tak.gov).
- Enabled device profile download from server on connect
  • Loading branch information
Street3r authored Feb 22, 2024
1 parent a645980 commit 8569bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/missionpkg/content/blueteam.pref.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
<entry key="caPassword" class="class java.lang.String">{{.Env.CA_PASS}}</entry>
<entry key="certificateLocation" class="class java.lang.String">cert/{{.Env.CLIENT_CERT_NAME}}.p12</entry>
<entry key="clientPassword" class="class java.lang.String">{{.Env.CLIENT_CERT_PASSWORD}}</entry>
<entry key="locationCallsign" class="class java.lang.String">{{.Env.CLIENT_CERT_NAME}}</entry>
<entry key="deviceProfileEnableOnConnect" class="class java.lang.Boolean">true</entry>
<entry key="eud_api_sync_mapsources" class="class java.lang.Boolean">false</entry>
</preference>
</preferences>

0 comments on commit 8569bbc

Please sign in to comment.