mirror of
https://github.com/joplin-vieweb/joplin-vieweb.git
synced 2024-12-04 13:33:20 +01:00
origins with scheme and port
This commit is contained in:
parent
d0b189f62f
commit
625cb0df10
@ -1,7 +1,7 @@
|
||||
version: '3.4'
|
||||
|
||||
x-common-variables: &common-variables
|
||||
ORIGINS: "'localhost', '192.168.21.1'"
|
||||
ORIGINS: "'http://localhost', 'http://192.168.21.1'"
|
||||
|
||||
services:
|
||||
django-joplin-vieweb:
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3.4'
|
||||
|
||||
x-common-variables: &common-variables
|
||||
ORIGINS: "'your_domain.com', '12.34.56.78'"
|
||||
ORIGINS: "'https://your_domain.com', 'https://12.34.56.78'"
|
||||
CERT_DOMAIN: your_domain.com
|
||||
CERT_MAIL: you@zaclys.net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user