Allow multiple site.urls. See #549

If you upload an image on one of the sites, change the image address to relative path.
This commit is contained in:
danpros 2024-01-06 16:22:12 +07:00
commit 90759d673c
4 changed files with 52 additions and 6 deletions

View file

@ -132,6 +132,9 @@ generation.time = "false"
; Switch on and off the cache timestamp. Options "false" and "true"
cache.timestamp = "false"
; The site.url depends on where you are visiting from. Same installation
multi.site = "false"
; Set the theme here
views.root = "themes/twentyfifteen"