docs(wear): point profile template at https://app.doctate.de
App clients reach minerva only over HTTPS now: the Android cleartext policy blocks plain HTTP to minerva.lan, and the public Let's Encrypt cert on app.doctate.de chains to the system trust store, so no network-security-config change is needed. Update the profile template's SERVER_URL and comment to reflect the HTTPS convention. closes #7
This commit is contained in:
@@ -10,8 +10,12 @@
|
||||
# (launcher label "Doctate (Dev)" + red "DEV" badge in the UI). All other
|
||||
# profiles render the production-clean UI.
|
||||
|
||||
# Backend URL the watch talks to. Plain HTTP is fine on the LAN.
|
||||
SERVER_URL="http://minerva.lan:3000"
|
||||
# Backend URL the watch talks to. Shared/production servers use HTTPS via the
|
||||
# public domain — a Let's Encrypt cert chains to the system trust store, so no
|
||||
# network-security-config change is needed. Plain HTTP is only for dev LAN
|
||||
# targets (e.g. the dev laptop IP), which must be allow-listed in
|
||||
# network_security_config.xml.
|
||||
SERVER_URL="https://app.doctate.de"
|
||||
|
||||
# Plaintext api_key matching the slug in the server's users.toml.
|
||||
# Generate with: openssl rand -base64 24
|
||||
|
||||
Reference in New Issue
Block a user