-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlocal.properties.default
33 lines (28 loc) · 1.22 KB
/
local.properties.default
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
# Mandatory Fill these values
sdk.dir=<path to Android SDK>
gpr.user=<Your GitHub Account>
gpr.key=<A GitHub token>
# Optional values. Default values are already defined for local development.
# URLs default values for development setup:
#fhir_base_url=http://127.0.0.1:8080/openmrs/ws/fhir2/R4/
#fhir_sync_urls=Location?_sort=_lastUpdated&_summary=data,Patient?_sort=_lastUpdated,Encounter?_sort=_lastUpdated,Observation?_sort=_lastUpdated
#openmrs_rest_url=http://127.0.0.1:8080/openmrs/ws/rest/v1/
#check_server_url=http://127.0.0.1:8080/openmrs/ws/rest/v1/session
# Authentication method: basic or openid
# auth_method=openid
# Optional value if selected basic auth method.
#basic_auth_expiry_hours=48
# oauth2 default values for development setup:
#auth_authorization_scope=openid
#auth_client_id=openmrs-fhir
#auth_redirect_uri_host=org.openmrs.android.fhir
#auth_redirect_uri_path=/oauth2redirect
#auth_discovery_uri=http://127.0.0.1:8081/realms/main/.well-known/openid-configuration
#auth_https_required=false
#auth_replace_localhost_by_10_0_2_2=true
## required if no discovery url
#auth_end_session_endpoint=
#auth_authorization_endpoint_uri=
#auth_token_endpoint_uri=
#auth_user_info_endpoint_uri=
#auth_registration_endpoint_uri=