You've already forked isop-mirror
fix: missing https:// in docker environment example
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
BACKEND_URL=backend.example.com
|
||||
FRONTEND_URL=example.com
|
||||
BACKEND_URL=https://backend.example.com
|
||||
FRONTEND_URL=https://example.com
|
||||
SESSION_DOMAIN=.example.com
|
||||
APP_KEY=SOME-KEY
|
||||
Reference in New Issue
Block a user