forked from KashCal/KashCal
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.properties.example
More file actions
49 lines (45 loc) · 1.77 KB
/
Copy pathlocal.properties.example
File metadata and controls
49 lines (45 loc) · 1.77 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Copy this file to local.properties (which is gitignored)
# Fill in your values
# Android SDK path (required)
sdk.dir=/path/to/android/sdk
# Release signing configuration (optional)
# Only needed for signed release builds
# If not provided, release builds will use debug signing
#
# KEYSTORE_FILE=path/to/your.keystore
# KEYSTORE_PASSWORD=your_store_password
# KEY_ALIAS=your_key_alias
# KEY_PASSWORD=your_key_password
# iCloud test credentials (optional)
# Only needed for running integration tests against real iCloud
#
# ICLOUD_USERNAME=your_apple_id@icloud.com
# ICLOUD_APP_PASSWORD=xxxx-xxxx-xxxx-xxxx
# Local CalDAV test servers (optional; only for -Pintegration multiserver tests).
# See docs/CALDAV_TEST_SERVERS.md for the container provisioning recipe.
# Standard local user is testuser1 / testpass1 unless noted.
#
# NEXTCLOUD_SERVER=http://localhost:8080
# NEXTCLOUD_USERNAME=testuser1
# NEXTCLOUD_PASSWORD=testpass1
# RADICALE_SERVER=http://localhost:5232 # auth disabled — any creds
# RADICALE_USERNAME=testuser1
# RADICALE_PASSWORD=testpass1
# BAIKAL_SERVER=http://localhost:8081
# BAIKAL_USERNAME=testuser1
# BAIKAL_PASSWORD=testpass1
# BAIKAL_DIGEST_SERVER=http://localhost:8083 # Digest auth
# BAIKAL_DIGEST_USERNAME=testuser1
# BAIKAL_DIGEST_PASSWORD=testpass1
# SOGO_SERVER=http://localhost:8084
# SOGO_USERNAME=testuser1
# SOGO_PASSWORD=testpass1
# STALWART_SERVER=http://localhost:8082 # strong password required
# STALWART_USERNAME=testuser1
# STALWART_PASSWORD=caldav-Test-User1-Kx9
# CYRUS_SERVER=http://localhost:8090 # Cyrus (Fastmail's engine); any password
# CYRUS_USERNAME=user1
# CYRUS_PASSWORD=x
# XANDIKOS_SERVER=http://localhost:8999 # auth disabled — any creds
# XANDIKOS_USERNAME=testuser1
# XANDIKOS_PASSWORD=testpass1