Files
self-hosted-livesync-server…/ts-conf/ts-serve.json
vorotamoroz e4cff76f5b initial
2024-10-31 11:44:27 +00:00

19 lines
340 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:5984"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}