mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05:00
🐛 Fix exporter white list domains configuration
This commit is contained in:
parent
424630a67f
commit
2b61b1768f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
:http-server-port 6061
|
||||
:http-server-host "localhost"
|
||||
:redis-uri "redis://redis/0"
|
||||
:exporter-domain-whitelist #{"localhost:3449"}})
|
||||
:domain-white-list #{"localhost:3449"}})
|
||||
|
||||
(s/def ::http-server-port ::us/integer)
|
||||
(s/def ::http-server-host ::us/string)
|
||||
|
@ -45,7 +45,7 @@
|
|||
::http-server-host
|
||||
::browser-pool-max
|
||||
::browser-pool-min
|
||||
::domain-whitelist]))
|
||||
::domain-white-list]))
|
||||
|
||||
(defn- read-env
|
||||
[prefix]
|
||||
|
|
Loading…
Add table
Reference in a new issue