forked from zamojski/TowerCollector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.properties
33 lines (27 loc) · 900 Bytes
/
example.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Signing
sign_storeFile=properties\\example.keystore
sign_storePassword=storepasswd
sign_keyAlias=appname
sign_keyPassword=keypasswd
# ACRA
acra_sendReportsInDevMode=false
acra_settings_available=true
acra_formUri="https://example.com/acra/report"
acra_httpMethod="POST"
acra_reportType="JSON"
acra_formUriBasicAuthLogin="login"
acra_formUriBasicAuthPassword="passwdhash"
# Analytics
analytics_available=false
analytics_tracking_id="UA-XXXXXXXX-X"
# Other
other_updateCheckFeedUri="https://example.com/update/feed?version=%d"
other_contactEmail="NoSpam <[email protected]>"
other_decode=false
# MLS
mls_apiKey="mozilla_location_services_api_key"
# OCID
ocid_apiKey="opencellid_shared_api_key"